Searched refs:preallocated_temp_fragmentation_bytes (Results 1 – 2 of 2) sorted by relevance
759 if (preallocated_temp_fragmentation_bytes >= 0) { in ToString()760 const double percent = 100. * preallocated_temp_fragmentation_bytes / in ToString()764 HumanReadableNumBytes(preallocated_temp_fragmentation_bytes), percent); in ToString()1596 if (assignment->stats_.preallocated_temp_fragmentation_bytes == -1) { in AssignBuffersFromHeapSimulator()1597 assignment->stats_.preallocated_temp_fragmentation_bytes = in AssignBuffersFromHeapSimulator()1600 assignment->stats_.preallocated_temp_fragmentation_bytes += in AssignBuffersFromHeapSimulator()
484 int64 preallocated_temp_fragmentation_bytes = -1; member