Lines Matching full:max_free_
188 max_free_(max_free),2901 if (target_size > native_size + max_free_) {2902 target_size = native_size + max_free_;2943 bytes_allocated + static_cast<uint64_t>(max_free_ * multiplier));2967 if (bytes_allocated + max_free_ < max_allowed_footprint_) {2968 target_size = bytes_allocated + max_free_;