Christopher Ferris | 63860cb | 2015-11-16 17:30:32 -0800 | [diff] [blame^] | 1 | LIBC_MALLOC_DEBUG { |
2 | global: | ||||
3 | debug_calloc; | ||||
4 | debug_finalize; | ||||
5 | debug_free; | ||||
6 | debug_free_malloc_leak_info; | ||||
7 | debug_get_malloc_leak_info; | ||||
8 | debug_initialize; | ||||
9 | debug_mallinfo; | ||||
10 | debug_malloc; | ||||
11 | debug_malloc_usable_size; | ||||
12 | debug_memalign; | ||||
13 | debug_posix_memalign; | ||||
14 | debug_realloc; | ||||
15 | |||||
16 | local: | ||||
17 | *; | ||||
18 | }; |