Searched refs:max_free_ (Results 1 – 2 of 2) sorted by relevance
1273 return target_footprint_.load(std::memory_order_relaxed) / 8 + max_free_; in NativeAllocationGcWatermark()1577 const size_t max_free_; variable
374 max_free_(max_free), in Heap()3710 grow_bytes = std::min(delta, static_cast<uint64_t>(max_free_)); in GrowForUtilization()3742 const size_t adjusted_max_free = static_cast<size_t>(max_free_ * multiplier); in GrowForUtilization()3745 grow_bytes = max_free_; in GrowForUtilization()