Searched refs:anonRssInKilobytes (Results 1 – 3 of 3) sorted by relevance
60 snapshot.anonRssInKilobytes = (int) output[3]; in readMemorySnapshotFromProcfs()105 public int anonRssInKilobytes; 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,
772 memoryHeaders.append("RssAnonKb: ").append(snapshot.anonRssInKilobytes).append("\n"); in buildMemoryHeadersFor()