blob: 08d36a5caba12fd9e4feb537f2daeeb894c27e69 [file] [log] [blame]
Christopher Ferris63860cb2015-11-16 17:30:32 -08001LIBC_MALLOC_DEBUG {
2 global:
Christopher Ferriscae21a92018-02-05 18:14:55 -08003 debug_aligned_alloc;
Christopher Ferris63860cb2015-11-16 17:30:32 -08004 debug_calloc;
Christopher Ferris602b88c2017-08-04 13:04:04 -07005 debug_dump_heap;
Christopher Ferris63860cb2015-11-16 17:30:32 -08006 debug_finalize;
7 debug_free;
8 debug_free_malloc_leak_info;
9 debug_get_malloc_leak_info;
10 debug_initialize;
Colin Cross869691c2016-01-29 12:48:18 -080011 debug_iterate;
Christopher Ferris63860cb2015-11-16 17:30:32 -080012 debug_mallinfo;
13 debug_malloc;
Colin Cross2d4721c2016-02-02 11:57:54 -080014 debug_malloc_backtrace;
Colin Cross869691c2016-01-29 12:48:18 -080015 debug_malloc_disable;
16 debug_malloc_enable;
Christopher Ferris63860cb2015-11-16 17:30:32 -080017 debug_malloc_usable_size;
Christopher Ferris2b0f2a42017-05-19 13:47:16 -070018 debug_mallopt;
Christopher Ferris63860cb2015-11-16 17:30:32 -080019 debug_memalign;
20 debug_posix_memalign;
21 debug_realloc;
Christopher Ferris2e1a40a2018-06-13 10:46:34 -070022 debug_write_malloc_leak_info;
Christopher Ferris63860cb2015-11-16 17:30:32 -080023
24 local:
25 *;
26};