Searched refs:sCurrentHeap (Results 1 - 1 of 1) sorted by path

/haiku/src/system/libroot/posix/malloc_debug/
H A Dmalloc_debug_api.cpp16 static heap_implementation* sCurrentHeap = NULL; variable
25 if (sCurrentHeap->start_wall_checking != NULL)
26 return sCurrentHeap->start_wall_checking(msInterval);
35 if (sCurrentHeap->stop_wall_checking != NULL)
36 return sCurrentHeap->stop_wall_checking();
45 if (sCurrentHeap->set_paranoid_validation != NULL)
46 sCurrentHeap->set_paranoid_validation(enabled);
53 if (sCurrentHeap->set_memory_reuse != NULL)
54 sCurrentHeap->set_memory_reuse(enabled);
61 if (sCurrentHeap
[all...]

Completed in 37 milliseconds