Home | History | Annotate | Download | only in malloc_debug
      1 LIBC_MALLOC_DEBUG {
      2   global:
      3     debug_aligned_alloc;
      4     debug_calloc;
      5     debug_dump_heap;
      6     debug_finalize;
      7     debug_free;
      8     debug_free_malloc_leak_info;
      9     debug_get_malloc_leak_info;
     10     debug_initialize;
     11     debug_iterate;
     12     debug_mallinfo;
     13     debug_malloc;
     14     debug_malloc_backtrace;
     15     debug_malloc_disable;
     16     debug_malloc_enable;
     17     debug_malloc_info;
     18     debug_malloc_usable_size;
     19     debug_mallopt;
     20     debug_memalign;
     21     debug_posix_memalign;
     22     debug_realloc;
     23     debug_write_malloc_leak_info;
     24 
     25   local:
     26     *;
     27 };
     28