Searched refs:concurrent_start_bytes_ (Results 1 – 3 of 3) sorted by relevance
464 return new_num_bytes_allocated >= concurrent_start_bytes_; in ShouldConcurrentGCForJava()
285 concurrent_start_bytes_(std::numeric_limits<size_t>::max()), in Heap()677 concurrent_start_bytes_ = std::numeric_limits<size_t>::max(); in Heap()2180 concurrent_start_bytes_ = in ChangeCollector()2184 concurrent_start_bytes_ = std::numeric_limits<size_t>::max(); in ChangeCollector()3557 bytes_allocated <= (IsGcConcurrent() ? concurrent_start_bytes_ : target_footprint)) { in GrowForUtilization()3610 concurrent_start_bytes_ = std::max(target_footprint - remaining_bytes, bytes_allocated); in GrowForUtilization()3641 concurrent_start_bytes_ = in ClearGrowthLimit()3918 ? concurrent_start_bytes_ in NativeMemoryOverTarget()4282 concurrent_start_bytes_ = std::max(target_footprint / 2, GetBytesAllocated()); in PostForkChildAction()
1371 size_t concurrent_start_bytes_; variable