2015-11-17 01:30:32 +00:00
|
|
|
LIBC_MALLOC_DEBUG {
|
|
|
|
global:
|
2018-02-06 02:14:55 +00:00
|
|
|
debug_aligned_alloc;
|
2015-11-17 01:30:32 +00:00
|
|
|
debug_calloc;
|
2017-08-04 20:04:04 +00:00
|
|
|
debug_dump_heap;
|
2015-11-17 01:30:32 +00:00
|
|
|
debug_finalize;
|
|
|
|
debug_free;
|
|
|
|
debug_free_malloc_leak_info;
|
|
|
|
debug_get_malloc_leak_info;
|
|
|
|
debug_initialize;
|
2016-01-29 20:48:18 +00:00
|
|
|
debug_iterate;
|
2015-11-17 01:30:32 +00:00
|
|
|
debug_mallinfo;
|
|
|
|
debug_malloc;
|
2016-02-02 19:57:54 +00:00
|
|
|
debug_malloc_backtrace;
|
2016-01-29 20:48:18 +00:00
|
|
|
debug_malloc_disable;
|
|
|
|
debug_malloc_enable;
|
2019-03-02 01:59:51 +00:00
|
|
|
debug_malloc_info;
|
2015-11-17 01:30:32 +00:00
|
|
|
debug_malloc_usable_size;
|
2017-05-19 20:47:16 +00:00
|
|
|
debug_mallopt;
|
2015-11-17 01:30:32 +00:00
|
|
|
debug_memalign;
|
|
|
|
debug_posix_memalign;
|
|
|
|
debug_realloc;
|
2018-06-13 17:46:34 +00:00
|
|
|
debug_write_malloc_leak_info;
|
2015-11-17 01:30:32 +00:00
|
|
|
|
|
|
|
local:
|
|
|
|
*;
|
|
|
|
};
|