Searched refs:gc_duration_seconds (Results 1 – 1 of 1) sorted by relevance
3633 const double gc_duration_seconds = NsToMs(current_gc_iteration_.GetDurationNs()) / 1000.0; in GrowForUtilization() local3635 size_t remaining_bytes = bytes_allocated_during_gc * gc_duration_seconds; in GrowForUtilization()