Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h1088 return max_free_; in NativeAllocationGcWatermark()
1333 size_t max_free_; variable
Dheap.cc254 max_free_(max_free), in Heap()
3452 const uint64_t adjusted_max_free = static_cast<uint64_t>(max_free_ * multiplier); in GrowForUtilization()