Searched refs:heap_trace (Results 1 – 1 of 1) sorted by relevance
25 static bool heap_trace = false; variable27 #define heap_trace (false) macro161 if (heap_trace) in malloc()175 if (heap_trace) in memalign()189 if (heap_trace) in calloc()203 if (heap_trace) in realloc()210 if (heap_trace) in free()327 heap_trace = !heap_trace; in cmd_heap()328 printf("heap trace is now %s\n", heap_trace ? "on" : "off"); in cmd_heap()
Completed in 2 milliseconds