Home
last modified time | relevance | path

Searched refs:adjusted_min_free (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/
Dheap.cc3586 const uint64_t adjusted_min_free = static_cast<uint64_t>(min_free_ * multiplier); in GrowForUtilization() local
3594 target_size = std::max(target_size, bytes_allocated + adjusted_min_free); in GrowForUtilization()