Searched refs:adjusted_max_free (Results 1 – 1 of 1) sorted by relevance
3452 const uint64_t adjusted_max_free = static_cast<uint64_t>(max_free_ * multiplier); in GrowForUtilization() local3459 target_size = std::min(target_size, bytes_allocated + adjusted_max_free); in GrowForUtilization()3480 if (bytes_allocated + adjusted_max_free < max_allowed_footprint_) { in GrowForUtilization()3481 target_size = bytes_allocated + adjusted_max_free; in GrowForUtilization()