blob: ec9d84095fc423a3cde4669280c804afc2813fac [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;
Christopher Ferris2b0f2a42017-05-19 13:47:16 -070016 debug_mallopt;
Christopher Ferris63860cb2015-11-16 17:30:32 -080017 debug_memalign;
18 debug_posix_memalign;
19 debug_realloc;
20
21 local:
22 *;
23};