Home
last modified time | relevance | path

Searched refs:anonRssInKilobytes (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/stats/pull/
DProcfsMemoryUtil.java60 snapshot.anonRssInKilobytes = (int) output[3]; in readMemorySnapshotFromProcfs()
105 public int anonRssInKilobytes; field in ProcfsMemoryUtil.MemorySnapshot
DStatsPullAtomService.java2514 snapshot.rssInKilobytes, snapshot.anonRssInKilobytes, snapshot.swapInKilobytes,
2515 snapshot.anonRssInKilobytes + snapshot.swapInKilobytes,
2535 snapshot.rssInKilobytes, snapshot.anonRssInKilobytes, snapshot.swapInKilobytes,
2536 snapshot.anonRssInKilobytes + snapshot.swapInKilobytes,
/frameworks/base/services/core/java/com/android/server/am/
DProcessErrorStateRecord.java772 memoryHeaders.append("RssAnonKb: ").append(snapshot.anonRssInKilobytes).append("\n"); in buildMemoryHeadersFor()