Home
last modified time | relevance | path

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

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