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

/haiku/src/system/kernel/slab/
H A Dallocator.cpp42 static size_t sBootStrapMemorySize = 0; variable
126 if (sBootStrapMemorySize - sUsedBootStrapMemory < size) {
132 sBootStrapMemorySize = SLAB_CHUNK_SIZE_SMALL;
137 if (sUsedBootStrapMemory + neededSize > sBootStrapMemorySize)

Completed in 39 milliseconds