1LIBC_MALLOC_HOOKS { 2 global: 3 hooks_aligned_alloc; 4 hooks_calloc; 5 hooks_finalize; 6 hooks_free; 7 hooks_free_malloc_leak_info; 8 hooks_get_malloc_leak_info; 9 hooks_initialize; 10 hooks_mallinfo; 11 hooks_malloc; 12 hooks_malloc_backtrace; 13 hooks_malloc_disable; 14 hooks_malloc_enable; 15 hooks_malloc_info; 16 hooks_malloc_iterate; 17 hooks_malloc_usable_size; 18 hooks_mallopt; 19 hooks_memalign; 20 hooks_posix_memalign; 21 hooks_pvalloc; 22 hooks_realloc; 23 hooks_valloc; 24 hooks_write_malloc_leak_info; 25 26 local: 27 *; 28}; 29