Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc221 max_free_(max_free), in Heap()
3523 if (target_size > native_size + max_free_) { in UpdateMaxNativeFootprint()
3524 target_size = native_size + max_free_; in UpdateMaxNativeFootprint()
3559 const uint64_t adjusted_max_free = static_cast<uint64_t>(max_free_ * multiplier); in GrowForUtilization()
Dheap.h1254 size_t max_free_; variable