Searched refs:kMaxConcurrentRemainingBytes (Results 1 – 1 of 1) sorted by relevance
151 static constexpr size_t kMaxConcurrentRemainingBytes = 512 * KB; variable2288 reserve_bytes = std::min(reserve_bytes, kMaxConcurrentRemainingBytes); in SetDefaultConcurrentStartBytesLocked()3852 remaining_bytes = std::min(remaining_bytes, kMaxConcurrentRemainingBytes); in GrowForUtilization()