blob: 2b028062b7ea5e724f6ca84b416665cfc02015ae [file] [log] [blame]
Christopher Ferrisdb478a62018-02-07 18:42:14 -08001LIBC_MALLOC_HOOKS {
2 global:
3 hooks_aligned_alloc;
4 hooks_calloc;
5 hooks_finalize;
6 hooks_free;
7 hooks_free_malloc_leak_info;
8 hooks_get_malloc_leak_info;
9 hooks_initialize;
Christopher Ferrisdb478a62018-02-07 18:42:14 -080010 hooks_mallinfo;
11 hooks_malloc;
12 hooks_malloc_backtrace;
13 hooks_malloc_disable;
14 hooks_malloc_enable;
Christopher Ferris6c619a02019-03-01 17:59:51 -080015 hooks_malloc_info;
Christopher Ferris6f517cd2019-11-08 11:28:38 -080016 hooks_malloc_iterate;
Christopher Ferrisdb478a62018-02-07 18:42:14 -080017 hooks_malloc_usable_size;
18 hooks_mallopt;
19 hooks_memalign;
20 hooks_posix_memalign;
21 hooks_pvalloc;
22 hooks_realloc;
23 hooks_valloc;
Florian Mayer2d6030b2018-06-05 18:26:53 +010024 hooks_write_malloc_leak_info;
Christopher Ferrisdb478a62018-02-07 18:42:14 -080025
26 local:
27 *;
28};