2015-11-17 02:30:32 +01:00
|
|
|
LIBC_MALLOC_DEBUG {
|
|
|
|
global:
|
|
|
|
debug_calloc;
|
|
|
|
debug_finalize;
|
|
|
|
debug_free;
|
|
|
|
debug_free_malloc_leak_info;
|
|
|
|
debug_get_malloc_leak_info;
|
|
|
|
debug_initialize;
|
2016-01-29 21:48:18 +01:00
|
|
|
debug_iterate;
|
2015-11-17 02:30:32 +01:00
|
|
|
debug_mallinfo;
|
|
|
|
debug_malloc;
|
2016-02-02 20:57:54 +01:00
|
|
|
debug_malloc_backtrace;
|
2016-01-29 21:48:18 +01:00
|
|
|
debug_malloc_disable;
|
|
|
|
debug_malloc_enable;
|
2015-11-17 02:30:32 +01:00
|
|
|
debug_malloc_usable_size;
|
|
|
|
debug_memalign;
|
|
|
|
debug_posix_memalign;
|
|
|
|
debug_pvalloc;
|
|
|
|
debug_realloc;
|
|
|
|
debug_valloc;
|
|
|
|
|
|
|
|
local:
|
|
|
|
*;
|
|
|
|
};
|