Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc3565 const size_t adjusted_max_free = static_cast<size_t>(max_free_ * multiplier); in GrowForUtilization() local
3566 if (bytes_allocated + adjusted_max_free < target_footprint) { in GrowForUtilization()
3567 target_size = bytes_allocated + adjusted_max_free; in GrowForUtilization()