Searched refs:malloc_with_guard_page (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/malloc_debug/
H A Dmalloc_debug_api.h38 void* (*malloc_with_guard_page)(size_t size); member in struct:heap_implementation
H A Dmalloc_debug_api.cpp109 if (sCurrentHeap->malloc_with_guard_page != NULL)
110 return sCurrentHeap->malloc_with_guard_page(size);

Completed in 57 milliseconds