Searched refs:total_allocated_bytes (Results 1 – 1 of 1) sorted by relevance
2176 size_t total_allocated_bytes = 0; in DumpStats() local2180 total_allocated_bytes += num_used_slots[i] * bracketSizes[i]; in DumpStats()2183 total_allocated_bytes += num_pages_large_objects * kPageSize; in DumpStats()2186 << " #used_bytes=" << PrettySize(total_allocated_bytes) << "\n"; in DumpStats()