Searched refs:swapInKilobytes (Results 1 – 3 of 3) sorted by relevance
62 snapshot.swapInKilobytes = (int) output[5]; in readMemorySnapshotFromProcfs()106 public int swapInKilobytes; field in ProcfsMemoryUtil.MemorySnapshot
2514 snapshot.rssInKilobytes, snapshot.anonRssInKilobytes, snapshot.swapInKilobytes,2515 snapshot.anonRssInKilobytes + snapshot.swapInKilobytes,2535 snapshot.rssInKilobytes, snapshot.anonRssInKilobytes, snapshot.swapInKilobytes,2536 snapshot.anonRssInKilobytes + snapshot.swapInKilobytes,
774 memoryHeaders.append("VmSwapKb: ").append(snapshot.swapInKilobytes).append("\n"); in buildMemoryHeadersFor()