Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h1333 size_t min_free_; variable
Dheap.cc249 min_free_(min_free), in Heap()
3586 const uint64_t adjusted_min_free = static_cast<uint64_t>(min_free_ * multiplier); in GrowForUtilization()