blob: 70fd581b06fcf5a6602f1b5806dc887ee8a48cdc [file] [log] [blame]
Christopher Ferris63860cb2015-11-16 17:30:32 -08001LIBC_MALLOC_DEBUG {
2 global:
3 debug_calloc;
4 debug_finalize;
5 debug_free;
6 debug_free_malloc_leak_info;
7 debug_get_malloc_leak_info;
8 debug_initialize;
9 debug_mallinfo;
10 debug_malloc;
11 debug_malloc_usable_size;
12 debug_memalign;
13 debug_posix_memalign;
14 debug_realloc;
15
16 local:
17 *;
18};