blob: aef881871b30bb695e00fc6986e516ef0da86598 [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_pvalloc;
15 debug_realloc;
16 debug_valloc;
17
18 local:
19 *;
20};