Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc1149 uint64_t total_objects_allocated = GetObjectsAllocatedEver(); in DumpGcPerformanceInfo() local
1150 os << "Total number of allocations " << total_objects_allocated << "\n"; in DumpGcPerformanceInfo()