blob: 8c4744910fa604c84d977023f42dbb5c8e2d8c8e [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;
Colin Cross869691c2016-01-29 12:48:18 -08009 debug_iterate;
Christopher Ferris63860cb2015-11-16 17:30:32 -080010 debug_mallinfo;
11 debug_malloc;
Colin Cross869691c2016-01-29 12:48:18 -080012 debug_malloc_disable;
13 debug_malloc_enable;
Christopher Ferris63860cb2015-11-16 17:30:32 -080014 debug_malloc_usable_size;
15 debug_memalign;
16 debug_posix_memalign;
17 debug_realloc;
18
19 local:
20 *;
21};