Searched refs:lowUsageMB (Results 1 – 1 of 1) sorted by relevance
539 … const int lowUsageMB = 256; // If memory usage is below this threshold, do not bother forcing GC. in checkMemoryUsage() local544 static const int lowUsageMB = PlatformBridge::lowMemoryUsageMB(); in checkMemoryUsage()552 …if ((memoryUsageMB > lowUsageMB && memoryUsageMB > 2 * workingSetEstimateMB) || (memoryUsageMB > h… in checkMemoryUsage()