Searched refs:usedWeight (Results 1 – 3 of 3) sorted by relevance
370 double usedWeight; field in ProcStatsData.MemInfo385 double usedRam = (usedWeight * 1024) / memTotalTime; in MemInfo()426 usedWeight = totalMem.sysMemKernelWeight + totalMem.sysMemNativeWeight; in calculateWeightInfo()428 usedWeight += totalMem.sysMemZRamWeight; in calculateWeightInfo()439 usedWeight += totalMem.processStateWeight[i]; in calculateWeightInfo()445 (long) ((usedWeight * 1024) / memTotalTime))); in calculateWeightInfo()449 (long) (((freeWeight + usedWeight) * 1024) / memTotalTime))); in calculateWeightInfo()
140 memInfo.usedWeight * memInfo.weightToRam); in launchMemoryDetail()
177 : memInfo.usedWeight * memInfo.weightToRam; in refreshUi()