Searched refs:highUsageMB (Results 1 – 1 of 1) sorted by relevance
540 …const int highUsageMB = 1024; // If memory usage is above this threshold, force GC more aggresive… in checkMemoryUsage() local545 static const int highUsageMB = PlatformBridge::highMemoryUsageMB(); in checkMemoryUsage()552 …ageMB && memoryUsageMB > 2 * workingSetEstimateMB) || (memoryUsageMB > highUsageMB && memoryUsageM… in checkMemoryUsage()