Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc3648 const size_t adjusted_max_free = static_cast<size_t>(max_free_ * multiplier); in GrowForUtilization() local
3656 static_cast<uint64_t>(bytes_allocated + adjusted_max_free)); in GrowForUtilization()
3688 if (bytes_allocated + adjusted_max_free < target_footprint) { in GrowForUtilization()
3689 target_size = bytes_allocated + adjusted_max_free; in GrowForUtilization()