Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc133 min_free_(min_free), in Heap()
1785 } else if (target_size < native_size + min_free_) { in UpdateMaxNativeFootprint()
1786 target_size = native_size + min_free_; in UpdateMaxNativeFootprint()
1805 } else if (target_size < bytes_allocated + min_free_) { in GrowForUtilization()
1806 target_size = bytes_allocated + min_free_; in GrowForUtilization()
1812 if (bytes_allocated + min_free_ <= max_allowed_footprint_) { in GrowForUtilization()
Dheap.h694 size_t min_free_; variable