Searched refs:bytes_allocated_before_gc (Results 1 – 2 of 2) sorted by relevance
2737 const size_t bytes_allocated_before_gc = GetBytesAllocated(); in CollectGarbageInternal() local2797 GrowForUtilization(collector, bytes_allocated_before_gc); in CollectGarbageInternal()3636 size_t bytes_allocated_before_gc) { in GrowForUtilization() argument3703 CHECK_GE(bytes_allocated + freed_bytes, bytes_allocated_before_gc); in GrowForUtilization()3705 bytes_allocated_before_gc; in GrowForUtilization()
1104 size_t bytes_allocated_before_gc = 0);