Home
last modified time | relevance | path

Searched refs:HEAP_DEBUG (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc/
A Dheap_alloc.c36 HEAP_DEBUG (*heap, "before __heap_alloc"); in __heap_alloc()
48 HEAP_DEBUG (*heap, "after __heap_alloc"); in __heap_alloc()
A Dheap_alloc_at.c29 HEAP_DEBUG (*heap, "before __heap_alloc_at"); in __heap_alloc_at()
44 HEAP_DEBUG (*heap, "after __heap_alloc_at"); in __heap_alloc_at()
A Dheap_free.c26 HEAP_DEBUG (*heap, "before __heap_free"); in __heap_free()
86 HEAP_DEBUG (*heap, "after __heap_free"); in __heap_free()
A Dheap.h92 #define HEAP_DEBUG(heap, str) (__heap_debug ? __heap_dump (heap, str) : 0) macro
94 #define HEAP_DEBUG(heap, str) (void)0 macro

Completed in 5 milliseconds