platform_bionic/libc/malloc_debug/exported64.map
Christopher Ferris 6f517cd7a1 Rename iterate to malloc_iterate internally.
I have no idea why I used the iterate name internally which is
completely unlike every other function name. Change this to match
everyone else so that it's now malloc_iterate everywhere.

This is probably the last chance to change this before mainline
modules begin, so make everything consistent.

Test: Compiles, unit tests passes.
Change-Id: I56d293377fa0fe1a3dc3dd85d6432f877cc2003c
2019-11-08 11:49:14 -08:00

27 lines
551 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_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_realloc;
debug_write_malloc_leak_info;
local:
*;
};