Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h1203 return target_footprint_.load(std::memory_order_relaxed) / 8 + max_free_; in NativeAllocationGcWatermark()
1482 const size_t max_free_; variable
Dheap.cc317 max_free_(max_free), in Heap()
3531 grow_bytes = std::min(delta, static_cast<uint64_t>(max_free_)); in GrowForUtilization()
3563 const size_t adjusted_max_free = static_cast<size_t>(max_free_ * multiplier); in GrowForUtilization()
3566 grow_bytes = max_free_; in GrowForUtilization()