| 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; | 
| Colin Cross | 869691c | 2016-01-29 12:48:18 -0800 | [diff] [blame] | 9 |     debug_iterate; | 
| Christopher Ferris | 63860cb | 2015-11-16 17:30:32 -0800 | [diff] [blame] | 10 |     debug_mallinfo; | 
 | 11 |     debug_malloc; | 
| Colin Cross | 2d4721c | 2016-02-02 11:57:54 -0800 | [diff] [blame] | 12 |     debug_malloc_backtrace; | 
| Colin Cross | 869691c | 2016-01-29 12:48:18 -0800 | [diff] [blame] | 13 |     debug_malloc_disable; | 
 | 14 |     debug_malloc_enable; | 
| Christopher Ferris | 63860cb | 2015-11-16 17:30:32 -0800 | [diff] [blame] | 15 |     debug_malloc_usable_size; | 
| Christopher Ferris | 2b0f2a4 | 2017-05-19 13:47:16 -0700 | [diff] [blame] | 16 |     debug_mallopt; | 
| Christopher Ferris | 63860cb | 2015-11-16 17:30:32 -0800 | [diff] [blame] | 17 |     debug_memalign; | 
 | 18 |     debug_posix_memalign; | 
 | 19 |     debug_pvalloc; | 
 | 20 |     debug_realloc; | 
 | 21 |     debug_valloc; | 
 | 22 |  | 
 | 23 |   local: | 
 | 24 |     *; | 
 | 25 | }; |