Home
last modified time | relevance | path

Searched refs:__heap_debug (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc/
A Dheap.h91 extern int __heap_debug attribute_hidden;
92 #define HEAP_DEBUG(heap, str) (__heap_debug ? __heap_dump (heap, str) : 0)
A Dmalloc_debug.c77 __heap_debug = 1; in __malloc_debug_init()
A Dheap_debug.c26 int __heap_debug = 0; variable

Completed in 6 milliseconds