blob: 94104b0ca5fe2cd05a51f8117d01714ba4c4fe23 [file] [log] [blame]
Christopher Ferris63860cb2015-11-16 17:30:32 -08001LIBC_MALLOC_DEBUG {
2 global:
3 debug_calloc;
Christopher Ferris602b88c2017-08-04 13:04:04 -07004 debug_dump_heap;
Christopher Ferris63860cb2015-11-16 17:30:32 -08005 debug_finalize;
6 debug_free;
7 debug_free_malloc_leak_info;
8 debug_get_malloc_leak_info;
9 debug_initialize;
Colin Cross869691c2016-01-29 12:48:18 -080010 debug_iterate;
Christopher Ferris63860cb2015-11-16 17:30:32 -080011 debug_mallinfo;
12 debug_malloc;
Colin Cross2d4721c2016-02-02 11:57:54 -080013 debug_malloc_backtrace;
Colin Cross869691c2016-01-29 12:48:18 -080014 debug_malloc_disable;
15 debug_malloc_enable;
Christopher Ferris63860cb2015-11-16 17:30:32 -080016 debug_malloc_usable_size;
Christopher Ferris2b0f2a42017-05-19 13:47:16 -070017 debug_mallopt;
Christopher Ferris63860cb2015-11-16 17:30:32 -080018 debug_memalign;
19 debug_posix_memalign;
20 debug_realloc;
21
22 local:
23 *;
24};