cae21a9b53
Bug: 72969374
Test: Bionic unit tests pass.
Test: Malloc debug unit tests pass.
Change-Id: I235985bbc638855d94249c97c98f14ab2924bda0
(cherry picked from commit d69ee59594
)
25 lines
487 B
Text
25 lines
487 B
Text
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_iterate;
|
|
debug_mallinfo;
|
|
debug_malloc;
|
|
debug_malloc_backtrace;
|
|
debug_malloc_disable;
|
|
debug_malloc_enable;
|
|
debug_malloc_usable_size;
|
|
debug_mallopt;
|
|
debug_memalign;
|
|
debug_posix_memalign;
|
|
debug_realloc;
|
|
|
|
local:
|
|
*;
|
|
};
|