Home
last modified time | relevance | path

Searched refs:start_wall_checking (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/malloc/debug/
H A Dmalloc_debug_api.h28 status_t (*start_wall_checking)(int msInterval); member
H A Dmalloc_debug_api.cpp25 if (sCurrentHeap->start_wall_checking != NULL) in heap_debug_start_wall_checking()
26 return sCurrentHeap->start_wall_checking(msInterval); in heap_debug_start_wall_checking()