Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h1174 return target_footprint_.load(std::memory_order_relaxed) / 8 + max_free_; in NativeAllocationGcWatermark()
1442 const size_t max_free_; variable
Dheap.cc276 max_free_(max_free), in Heap()
3648 const size_t adjusted_max_free = static_cast<size_t>(max_free_ * multiplier); in GrowForUtilization()