Searched refs:preallocated_temp_fragmentation_bytes (Results 1 – 2 of 2) sorted by relevance
739 if (preallocated_temp_fragmentation_bytes >= 0) { in ToString()740 const double percent = 100. * preallocated_temp_fragmentation_bytes / in ToString()744 HumanReadableNumBytes(preallocated_temp_fragmentation_bytes), percent); in ToString()1684 if (assignment->stats_.preallocated_temp_fragmentation_bytes == -1) { in AssignBuffersFromHeapSimulator()1685 assignment->stats_.preallocated_temp_fragmentation_bytes = in AssignBuffersFromHeapSimulator()1688 assignment->stats_.preallocated_temp_fragmentation_bytes += in AssignBuffersFromHeapSimulator()
487 int64_t preallocated_temp_fragmentation_bytes = -1; member