blob: 1a6b30fae96084c67556e112df5f4fa1ea49dfa2 [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 Cross2d4721c2016-02-02 11:57:54 -080012 debug_malloc_backtrace;
Colin Cross869691c2016-01-29 12:48:18 -080013 debug_malloc_disable;
14 debug_malloc_enable;
Christopher Ferris63860cb2015-11-16 17:30:32 -080015 debug_malloc_usable_size;
16 debug_memalign;
17 debug_posix_memalign;
18 debug_realloc;
19
20 local:
21 *;
22};