Home
last modified time | relevance | path

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
H A Dmalloc_debug_api.cpp109 if (sCurrentHeap->malloc_with_guard_page != NULL) in heap_debug_malloc_with_guard_page()
110 return sCurrentHeap->malloc_with_guard_page(size); in heap_debug_malloc_with_guard_page()