upload android base code part3
This commit is contained in:
parent
71b83c22f1
commit
b9e30e05b1
15122 changed files with 2089659 additions and 0 deletions
25
android/bionic/libc/malloc_debug/exported32.map
Normal file
25
android/bionic/libc/malloc_debug/exported32.map
Normal file
|
@ -0,0 +1,25 @@
|
|||
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_pvalloc;
|
||||
debug_realloc;
|
||||
debug_valloc;
|
||||
|
||||
local:
|
||||
*;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue