Searched refs:total_allocation_bytes (Results 1 – 2 of 2) sorted by relevance
628 stats_.total_allocation_bytes += allocation.size(); in ComputeSummaryStats()650 stats_.total_fragmentation_bytes = stats_.total_allocation_bytes - min_size; in ComputeSummaryStats()675 HumanReadableNumBytes(total_allocation_bytes)); in ToString()678 100. * total_fragmentation_bytes / total_allocation_bytes; in ToString()
462 int64 total_allocation_bytes = 0; member