Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc2180 size_t total_allocated_bytes = 0; in DumpStats() local
2184 total_allocated_bytes += num_used_slots[i] * bracketSizes[i]; in DumpStats()
2187 total_allocated_bytes += num_pages_large_objects * kPageSize; in DumpStats()
2190 << " #used_bytes=" << PrettySize(total_allocated_bytes) << "\n"; in DumpStats()