Files
rk35xx-android14/bionic/libc/malloc_debug/exported32.map
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

30 lines
588 B
Plaintext

LIBC_MALLOC_DEBUG {
global:
debug_aligned_alloc;
debug_calloc;
debug_dump_heap;
debug_finalize;
debug_free;
debug_free_malloc_leak_info;
debug_get_malloc_leak_info;
debug_initialize;
debug_mallinfo;
debug_malloc;
debug_malloc_backtrace;
debug_malloc_disable;
debug_malloc_enable;
debug_malloc_info;
debug_malloc_iterate;
debug_malloc_usable_size;
debug_mallopt;
debug_memalign;
debug_posix_memalign;
debug_pvalloc;
debug_realloc;
debug_valloc;
debug_write_malloc_leak_info;
local:
*;
};