Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc3587 const uint64_t adjusted_max_free = static_cast<uint64_t>(max_free_ * multiplier); in GrowForUtilization() local
3593 target_size = std::min(target_size, bytes_allocated + adjusted_max_free); in GrowForUtilization()
3614 if (bytes_allocated + adjusted_max_free < max_allowed_footprint_) { in GrowForUtilization()
3615 target_size = bytes_allocated + adjusted_max_free; in GrowForUtilization()