Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc3647 const size_t adjusted_min_free = static_cast<size_t>(min_free_ * multiplier); in GrowForUtilization() local
3658 static_cast<uint64_t>(bytes_allocated + adjusted_min_free)); in GrowForUtilization()