Searched refs:min_free_ (Results 1 – 2 of 2) sorted by relevance
1479 const size_t min_free_; variable
316 min_free_(min_free), in Heap()3532 grow_bytes = std::max(grow_bytes, static_cast<uint64_t>(min_free_)); in GrowForUtilization()