Searched refs:total_fragmentation_bytes (Results 1 – 2 of 2) sorted by relevance
742 stats_.total_fragmentation_bytes = stats_.total_allocation_bytes - min_size; in ComputeSummaryStats()768 if (total_fragmentation_bytes >= 0) { in ToString()770 100. * total_fragmentation_bytes / total_allocation_bytes; in ToString()772 HumanReadableNumBytes(total_fragmentation_bytes), percent); in ToString()
487 int64 total_fragmentation_bytes = -1; member