| 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_pvalloc; | ||||
| 15 | debug_realloc; | ||||
| 16 | debug_valloc; | ||||
| 17 | |||||
| 18 | local: | ||||
| 19 | *; | ||||
| 20 | }; | ||||