Searched refs:HEAP_AREA_USE_THRESHOLD (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/kernel/
H A Dheap.h32 #define HEAP_AREA_USE_THRESHOLD 1 * 1024 * 1024 macro
/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp82 #define HEAP_AREA_USE_THRESHOLD 1 * 1024 * 1024 macro
196 HEAP_AREA_USE_THRESHOLD, /* max allocation size */
1843 if (alignedSize >= HEAP_AREA_USE_THRESHOLD) {
/haiku/src/system/kernel/
H A Dheap.cpp179 HEAP_AREA_USE_THRESHOLD, /* max allocation size */
2239 if (!gKernelStartup && size > HEAP_AREA_USE_THRESHOLD) {

Completed in 44 milliseconds