Searched refs:rssInKilobytes (Results 1 – 3 of 3) sorted by relevance
59 snapshot.rssInKilobytes = (int) output[2]; in readMemorySnapshotFromProcfs()104 public int rssInKilobytes; field in ProcfsMemoryUtil.MemorySnapshot
2514 snapshot.rssInKilobytes, snapshot.anonRssInKilobytes, snapshot.swapInKilobytes,2535 snapshot.rssInKilobytes, snapshot.anonRssInKilobytes, snapshot.swapInKilobytes,
771 memoryHeaders.append("RssKb: ").append(snapshot.rssInKilobytes).append("\n"); in buildMemoryHeadersFor()