Searched refs:adjusted_min_free (Results 1 – 1 of 1) sorted by relevance
3280 const uint64_t adjusted_min_free = static_cast<uint64_t>(min_free_ * multiplier); in GrowForUtilization() local3288 target_size = std::max(target_size, bytes_allocated + adjusted_min_free); in GrowForUtilization()