Searched refs:kMinConcurrentRemainingBytes (Results 1 – 1 of 1) sorted by relevance
150 static constexpr size_t kMinConcurrentRemainingBytes = 128 * KB; variable2289 reserve_bytes = std::max(reserve_bytes, kMinConcurrentRemainingBytes); in SetDefaultConcurrentStartBytesLocked()3853 remaining_bytes = std::max(remaining_bytes, kMinConcurrentRemainingBytes); in GrowForUtilization()3859 remaining_bytes = std::min(kMinConcurrentRemainingBytes, target_footprint); in GrowForUtilization()