Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h1206 return target_footprint_.load(std::memory_order_relaxed) / 8 + max_free_; in NativeAllocationGcWatermark()
1489 const size_t max_free_; variable
Dheap.cc319 max_free_(max_free), in Heap()
3533 grow_bytes = std::min(delta, static_cast<uint64_t>(max_free_)); in GrowForUtilization()
3565 const size_t adjusted_max_free = static_cast<size_t>(max_free_ * multiplier); in GrowForUtilization()
3568 grow_bytes = max_free_; in GrowForUtilization()