liyujie
2025-08-28 b3810562527858a3b3d98ffa6e9c9c5b0f4a9a8e
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
LIBC_MALLOC_HOOKS {
  global:
    hooks_aligned_alloc;
    hooks_calloc;
    hooks_finalize;
    hooks_free;
    hooks_free_malloc_leak_info;
    hooks_get_malloc_leak_info;
    hooks_initialize;
    hooks_iterate;
    hooks_mallinfo;
    hooks_malloc;
    hooks_malloc_backtrace;
    hooks_malloc_disable;
    hooks_malloc_enable;
    hooks_malloc_info;
    hooks_malloc_usable_size;
    hooks_mallopt;
    hooks_memalign;
    hooks_posix_memalign;
    hooks_realloc;
    hooks_write_malloc_leak_info;
 
  local:
    *;
};