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
2355 snapshot.rssInKilobytes, snapshot.anonRssInKilobytes, snapshot.swapInKilobytes,2356 snapshot.anonRssInKilobytes + snapshot.swapInKilobytes,2376 snapshot.rssInKilobytes, snapshot.anonRssInKilobytes, snapshot.swapInKilobytes,2377 snapshot.anonRssInKilobytes + snapshot.swapInKilobytes,
751 memoryHeaders.append("RssAnonKb: ").append(snapshot.anonRssInKilobytes).append("\n"); in buildMemoryHeadersFor()