Searched refs:total_fragmentation_bytes (Results 1 – 2 of 2) sorted by relevance
650 stats_.total_fragmentation_bytes = stats_.total_allocation_bytes - min_size; in ComputeSummaryStats()676 if (total_fragmentation_bytes >= 0) { in ToString()678 100. * total_fragmentation_bytes / total_allocation_bytes; in ToString()680 HumanReadableNumBytes(total_fragmentation_bytes), percent); in ToString()
463 int64 total_fragmentation_bytes = -1; member