Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc3629 const uint64_t bytes_allocated_during_gc = bytes_allocated + freed_bytes - in GrowForUtilization() local
3635 size_t remaining_bytes = bytes_allocated_during_gc * gc_duration_seconds; in GrowForUtilization()