Home
last modified time | relevance | path

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

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