Searched refs:sUsedBootStrapMemory (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/system/kernel/slab/
H A Dallocator.cpp46 static size_t sUsedBootStrapMemory = 0; variable
129 if (sBootStrapMemorySize - sUsedBootStrapMemory < size) {
136 sUsedBootStrapMemory = 0;
140 if (sUsedBootStrapMemory + neededSize > sBootStrapMemorySize)
142 void* block = (void*)(sBootStrapMemory + sUsedBootStrapMemory);
143 sUsedBootStrapMemory += neededSize;

Completed in 27 milliseconds