Searched refs:bytes_allocated_before_gc (Results 1 – 2 of 2) sorted by relevance
2823 const size_t bytes_allocated_before_gc = GetBytesAllocated(); in CollectGarbageInternal() local2891 GrowForUtilization(collector, bytes_allocated_before_gc); in CollectGarbageInternal()3757 size_t bytes_allocated_before_gc) { in GrowForUtilization() argument3843 num_bytes_alive_after_gc_ = UnsignedDifference(bytes_allocated_before_gc, freed_bytes); in GrowForUtilization()3848 UnsignedDifference(bytes_allocated + freed_bytes, bytes_allocated_before_gc); in GrowForUtilization()
1235 size_t bytes_allocated_before_gc = 0)