Searched refs:gc_start_size (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc2108 uint64_t gc_start_size = GetBytesAllocated(); local
2113 allocation_rate_ = ((gc_start_size - last_gc_size_) * 1000) / ms_delta;

Completed in 28 milliseconds