Searched refs:concurrent_start_bytes_ (Results 1 – 2 of 2) sorted by relevance
104 concurrent_start_bytes_(concurrent_gc_ ? initial_size - kMinConcurrentRemainingBytes in Heap()229 concurrent_start_bytes_ = max_allowed_footprint_; in Heap()599 if (UNLIKELY(static_cast<size_t>(num_bytes_allocated_) >= concurrent_start_bytes_)) { in AllocObject()1841 concurrent_start_bytes_ = bytes_allocated; in GrowForUtilization()1846 … concurrent_start_bytes_ = std::max(max_allowed_footprint_ - remaining_bytes, bytes_allocated); in GrowForUtilization()1848 DCHECK_LE(concurrent_start_bytes_, max_allowed_footprint_); in GrowForUtilization()1995 concurrent_start_bytes_ = std::numeric_limits<size_t>::max(); in RequestConcurrentGC()2073 return concurrent_start_bytes_ != std::numeric_limits<size_t>::max(); in IsGCRequestPending()
610 size_t concurrent_start_bytes_; variable