Searched refs:USE_GUARDED_HEAP_FOR_MALLOC (Results 1 - 4 of 4) sorted by relevance

/haiku/build/config_headers/
H A Dkernel_debug_config.h107 #define USE_GUARDED_HEAP_FOR_MALLOC 0 macro
/haiku/headers/private/kernel/
H A Dheap.h16 #if USE_GUARDED_HEAP_FOR_MALLOC && USE_GUARDED_HEAP_FOR_OBJECT_CACHE
23 #else // USE_GUARDED_HEAP_FOR_MALLOC && USE_GUARDED_HEAP_FOR_OBJECT_CACHE
34 #endif // !(USE_GUARDED_HEAP_FOR_MALLOC && USE_GUARDED_HEAP_FOR_OBJECT_CACHE)
/haiku/src/system/kernel/
H A Dguarded_heap.cpp23 #if USE_GUARDED_HEAP_FOR_MALLOC
1087 #endif // USE_GUARDED_HEAP_FOR_MALLOC
/haiku/src/system/kernel/vm/
H A Dvm.cpp4337 #if USE_DEBUG_HEAP_FOR_MALLOC || USE_GUARDED_HEAP_FOR_MALLOC
4367 #if USE_DEBUG_HEAP_FOR_MALLOC || USE_GUARDED_HEAP_FOR_MALLOC
4380 #if USE_DEBUG_HEAP_FOR_MALLOC || USE_GUARDED_HEAP_FOR_MALLOC
4503 #if USE_DEBUG_HEAP_FOR_MALLOC || USE_GUARDED_HEAP_FOR_MALLOC

Completed in 58 milliseconds