| Christopher Ferris | 63860cb | 2015-11-16 17:30:32 -0800 | [diff] [blame] | 1 | LIBC_MALLOC_DEBUG { | 
|  | 2 | global: | 
| Christopher Ferris | cae21a9 | 2018-02-05 18:14:55 -0800 | [diff] [blame] | 3 | debug_aligned_alloc; | 
| Christopher Ferris | 63860cb | 2015-11-16 17:30:32 -0800 | [diff] [blame] | 4 | debug_calloc; | 
| Christopher Ferris | 602b88c | 2017-08-04 13:04:04 -0700 | [diff] [blame] | 5 | debug_dump_heap; | 
| Christopher Ferris | 63860cb | 2015-11-16 17:30:32 -0800 | [diff] [blame] | 6 | debug_finalize; | 
|  | 7 | debug_free; | 
|  | 8 | debug_free_malloc_leak_info; | 
|  | 9 | debug_get_malloc_leak_info; | 
|  | 10 | debug_initialize; | 
|  | 11 | debug_mallinfo; | 
|  | 12 | debug_malloc; | 
| Colin Cross | 2d4721c | 2016-02-02 11:57:54 -0800 | [diff] [blame] | 13 | debug_malloc_backtrace; | 
| Colin Cross | 869691c | 2016-01-29 12:48:18 -0800 | [diff] [blame] | 14 | debug_malloc_disable; | 
|  | 15 | debug_malloc_enable; | 
| Christopher Ferris | 6c619a0 | 2019-03-01 17:59:51 -0800 | [diff] [blame] | 16 | debug_malloc_info; | 
| Christopher Ferris | 6f517cd | 2019-11-08 11:28:38 -0800 | [diff] [blame] | 17 | debug_malloc_iterate; | 
| Christopher Ferris | 63860cb | 2015-11-16 17:30:32 -0800 | [diff] [blame] | 18 | debug_malloc_usable_size; | 
| Christopher Ferris | 2b0f2a4 | 2017-05-19 13:47:16 -0700 | [diff] [blame] | 19 | debug_mallopt; | 
| Christopher Ferris | 63860cb | 2015-11-16 17:30:32 -0800 | [diff] [blame] | 20 | debug_memalign; | 
|  | 21 | debug_posix_memalign; | 
|  | 22 | debug_realloc; | 
| Christopher Ferris | 2e1a40a | 2018-06-13 10:46:34 -0700 | [diff] [blame] | 23 | debug_write_malloc_leak_info; | 
| Christopher Ferris | 63860cb | 2015-11-16 17:30:32 -0800 | [diff] [blame] | 24 |  | 
|  | 25 | local: | 
|  | 26 | *; | 
|  | 27 | }; |