Home
last modified time | relevance | path

Searched refs:bytes_allocated_before_gc (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/
Dheap.cc2639 const size_t bytes_allocated_before_gc = GetBytesAllocated(); in CollectGarbageInternal() local
2701 GrowForUtilization(collector, bytes_allocated_before_gc); in CollectGarbageInternal()
3546 size_t bytes_allocated_before_gc) { in GrowForUtilization() argument
3624 UnsignedDifference(bytes_allocated + freed_bytes, bytes_allocated_before_gc); in GrowForUtilization()
Dheap.h1175 size_t bytes_allocated_before_gc = 0)