Home | History | Annotate | Download | only in task_manager

Lines Matching refs:FormatBytes

64       FormatBytes(stat.size, DATA_UNITS_KIBIBYTE, false),
65 FormatBytes(stat.liveSize, DATA_UNITS_KIBIBYTE, false));
227 FormatBytes(resources_[index]->GetV8MemoryAllocated(),
230 FormatBytes(resources_[index]->GetV8MemoryUsed(),
478 return FormatBytes(number, GetByteDisplayUnits(number), /*show_units=*/true);