Home
last modified time | relevance | path

Searched refs:kInitialHeapSize (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/malloc/hoard2/
H A Darch-specific.cpp47 static const size_t kInitialHeapSize = 64 * B_PAGE_SIZE; variable
104 kInitialHeapSize, B_NO_LOCK, protection); in __init_heap()
109 sHeapAreaSize = kInitialHeapSize; in __init_heap()
/haiku/src/system/runtime_loader/
H A Dheap.cpp47 const static size_t kInitialHeapSize = 64 * 1024; variable
298 return add_area(kInitialHeapSize); in heap_init()