Searched refs:concurrent_start_bytes_ (Results 1 – 3 of 3) sorted by relevance
415 if (UNLIKELY(new_num_bytes_allocated >= concurrent_start_bytes_)) { in CheckConcurrentGC()
221 concurrent_start_bytes_(std::numeric_limits<size_t>::max()), in Heap()574 concurrent_start_bytes_ = std::numeric_limits<size_t>::max(); in Heap()2161 concurrent_start_bytes_ = in ChangeCollector()2164 concurrent_start_bytes_ = std::numeric_limits<size_t>::max(); in ChangeCollector()2601 concurrent_start_bytes_ = std::numeric_limits<size_t>::max(); in CollectGarbageInternal()3506 concurrent_start_bytes_ = std::max(max_allowed_footprint_ - remaining_bytes, in GrowForUtilization()
1219 size_t concurrent_start_bytes_; variable