blob: 8f994f1ca764db48143ea9356b6a2475cb5d2e06 [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_pvalloc;
18 debug_realloc;
19 debug_valloc;
20
21 local:
22 *;
23};