Searched refs:bytes_allocated_before_gc (Results 1 – 2 of 2) sorted by relevance
2682 const uint64_t bytes_allocated_before_gc = GetBytesAllocated(); in CollectGarbageInternal() local2684 ATRACE_INT("Heap size (KB)", bytes_allocated_before_gc / KB); in CollectGarbageInternal()2755 GrowForUtilization(collector, bytes_allocated_before_gc); in CollectGarbageInternal()3578 uint64_t bytes_allocated_before_gc) { in GrowForUtilization() argument3628 CHECK_GE(bytes_allocated + freed_bytes, bytes_allocated_before_gc); in GrowForUtilization()3630 bytes_allocated_before_gc; in GrowForUtilization()
1007 uint64_t bytes_allocated_before_gc = 0);