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

/haiku/src/system/kernel/
H A Dlow_resource_manager.cpp59 static off_t sCriticalMemoryLimit; variable
182 if (freeMemory < sCriticalMemoryLimit) {
345 if (required <= sCriticalMemoryLimit)
411 sCriticalMemoryLimit = kMinCriticalMemoryLimit;
414 sCriticalMemoryLimit = totalMemory / 256;

Completed in 91 milliseconds