Searched refs:kPageMapBigAllocationThreshold (Results 1 – 1 of 1) sorted by relevance
616 static const size_t kPageMapBigAllocationThreshold = 128 << 20; variable2088 if (old_system_bytes < kPageMapBigAllocationThreshold in GrowHeap()2089 && system_bytes_ >= kPageMapBigAllocationThreshold) { in GrowHeap()