lin
2025-08-01 633231e833e21d5b8b1c00cb15aedb62b3b78e8f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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_info;
    debug_malloc_usable_size;
    debug_mallopt;
    debug_memalign;
    debug_posix_memalign;
    debug_pvalloc;
    debug_realloc;
    debug_valloc;
    debug_write_malloc_leak_info;
 
  local:
    *;
};