platform_bionic/libc/malloc_debug/exported64.map
Christopher Ferris 2b0f2a4855 Fix missing function export.
Bug: 36401135

Test: Actually enable debug malloc and verify it loads properly.
Test: Ran unit tests.
Change-Id: I9df1699b06bb14c5df2c3cab35dc2eb0819033f1
2017-05-19 13:47:16 -07:00

23 lines
441 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_mallopt;
debug_memalign;
debug_posix_memalign;
debug_realloc;
local:
*;
};