Files
rk35xx-android14/bionic/libc/malloc_hooks/exported64.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

27 lines
530 B
Plaintext

LIBC_MALLOC_HOOKS {
global:
hooks_aligned_alloc;
hooks_calloc;
hooks_finalize;
hooks_free;
hooks_free_malloc_leak_info;
hooks_get_malloc_leak_info;
hooks_initialize;
hooks_mallinfo;
hooks_malloc;
hooks_malloc_backtrace;
hooks_malloc_disable;
hooks_malloc_enable;
hooks_malloc_info;
hooks_malloc_iterate;
hooks_malloc_usable_size;
hooks_mallopt;
hooks_memalign;
hooks_posix_memalign;
hooks_realloc;
hooks_write_malloc_leak_info;
local:
*;
};