Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc2413 const uint64_t bytes_allocated_before_gc = GetBytesAllocated(); in CollectGarbageInternal() local
2415 ATRACE_INT("Heap size (KB)", bytes_allocated_before_gc / KB); in CollectGarbageInternal()
2475 GrowForUtilization(collector, bytes_allocated_before_gc); in CollectGarbageInternal()
3272 uint64_t bytes_allocated_before_gc) { in GrowForUtilization() argument
3324 CHECK_GE(bytes_allocated + freed_bytes, bytes_allocated_before_gc); in GrowForUtilization()
3326 bytes_allocated_before_gc; in GrowForUtilization()
Dheap.h843 uint64_t bytes_allocated_before_gc = 0);