platform_bionic/libc/malloc_debug/exported64.map
Colin Cross 2d4721c0c5 Export malloc_backtrace
Change-Id: Ic1adb4dfd86b9ca698443a36263a3df2c91edda3
2016-02-18 16:09:16 -08:00

22 lines
422 B
Text

LIBC_MALLOC_DEBUG {
global:
debug_calloc;
debug_finalize;
debug_free;
debug_free_malloc_leak_info;
debug_get_malloc_leak_info;
debug_initialize;
debug_iterate;
debug_mallinfo;
debug_malloc;
debug_malloc_backtrace;
debug_malloc_disable;
debug_malloc_enable;
debug_malloc_usable_size;
debug_memalign;
debug_posix_memalign;
debug_realloc;
local:
*;
};