Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/malloc/debug/
H A Dmalloc_debug_api.h29 status_t (*stop_wall_checking)(); member
H A Dmalloc_debug_api.cpp35 if (sCurrentHeap->stop_wall_checking != NULL) in heap_debug_stop_wall_checking()
36 return sCurrentHeap->stop_wall_checking(); in heap_debug_stop_wall_checking()