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