Searched refs:__heap_dump (Results 1 – 2 of 2) sorted by relevance
92 #define HEAP_DEBUG(heap, str) (__heap_debug ? __heap_dump (heap, str) : 0)98 extern void __heap_dump (struct heap_free_area *heap, const char *str) attribute_hidden;
47 __heap_dump (struct heap_free_area *heap, const char *str) in __heap_dump() function
Completed in 2 milliseconds