Searched refs:HEAP_DEBUG (Results 1 – 4 of 4) sorted by relevance
36 HEAP_DEBUG (*heap, "before __heap_alloc"); in __heap_alloc()48 HEAP_DEBUG (*heap, "after __heap_alloc"); in __heap_alloc()
29 HEAP_DEBUG (*heap, "before __heap_alloc_at"); in __heap_alloc_at()44 HEAP_DEBUG (*heap, "after __heap_alloc_at"); in __heap_alloc_at()
26 HEAP_DEBUG (*heap, "before __heap_free"); in __heap_free()86 HEAP_DEBUG (*heap, "after __heap_free"); in __heap_free()
92 #define HEAP_DEBUG(heap, str) (__heap_debug ? __heap_dump (heap, str) : 0) macro94 #define HEAP_DEBUG(heap, str) (void)0 macro
Completed in 5 milliseconds