Searched refs:remaining_bytes (Results 1 – 1 of 1) sorted by relevance
3609 size_t remaining_bytes = bytes_allocated_during_gc * gc_duration_seconds; in GrowForUtilization() local3610 remaining_bytes = std::min(remaining_bytes, kMaxConcurrentRemainingBytes); in GrowForUtilization()3611 remaining_bytes = std::max(remaining_bytes, kMinConcurrentRemainingBytes); in GrowForUtilization()3612 if (UNLIKELY(remaining_bytes > max_allowed_footprint_)) { in GrowForUtilization()3616 remaining_bytes = kMinConcurrentRemainingBytes; in GrowForUtilization()3618 DCHECK_LE(remaining_bytes, max_allowed_footprint_); in GrowForUtilization()3623 concurrent_start_bytes_ = std::max(max_allowed_footprint_ - remaining_bytes, in GrowForUtilization()