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

/haiku/src/system/kernel/slab/
H A Dallocator.cpp43 static size_t sUsedBootStrapMemory = 0; variable
126 if (sBootStrapMemorySize - sUsedBootStrapMemory < size) {
133 sUsedBootStrapMemory = 0;
137 if (sUsedBootStrapMemory + neededSize > sBootStrapMemorySize)
139 void* block = (void*)(sBootStrapMemory + sUsedBootStrapMemory);
140 sUsedBootStrapMemory += neededSize;

Completed in 221 milliseconds