Searched refs:total_allocation_bytes (Results 1 – 2 of 2) sorted by relevance
720 stats_.total_allocation_bytes += allocation.size(); in ComputeSummaryStats()742 stats_.total_fragmentation_bytes = stats_.total_allocation_bytes - min_size; in ComputeSummaryStats()767 HumanReadableNumBytes(total_allocation_bytes)); in ToString()770 100. * total_fragmentation_bytes / total_allocation_bytes; in ToString()
486 int64 total_allocation_bytes = 0; member