Home
last modified time | relevance | path

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

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