Searched refs:malloc_with_guard_page (Results 1 – 2 of 2) sorted by relevance
38 void* (*malloc_with_guard_page)(size_t size); member
109 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()