Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h1486 const size_t min_free_; variable
Dheap.cc318 min_free_(min_free), in Heap()
3534 grow_bytes = std::max(grow_bytes, static_cast<uint64_t>(min_free_)); in GrowForUtilization()