Searched refs:getBinaryKBWithUnit (Results 1 – 3 of 3) sorted by relevance
134 systemMemorySummary[key] = Utils.getBinaryKBWithUnit(Number(memorys[i]));
54 maxByteName = Utils.getBinaryKBWithUnit(maxByte);365 …`<span>${Utils.getBinaryKBWithUnit(MemoryAbilityMonitorStruct.hoverMemoryAbilityStruct?.value || 0…416 …`<span>${Utils.getBinaryKBWithUnit(MemoryAbilityMonitorStruct.hoverMemoryAbilityStruct?.value || 0…467 …`<span>${Utils.getBinaryKBWithUnit(MemoryAbilityMonitorStruct.hoverMemoryAbilityStruct?.value || 0…
318 public static getBinaryKBWithUnit(kbytes: number): string { method in Utils