Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/stats/pull/
DProcfsMemoryUtil.java59 snapshot.rssInKilobytes = (int) output[2]; in readMemorySnapshotFromProcfs()
104 public int rssInKilobytes; field in ProcfsMemoryUtil.MemorySnapshot
DStatsPullAtomService.java2514 snapshot.rssInKilobytes, snapshot.anonRssInKilobytes, snapshot.swapInKilobytes,
2535 snapshot.rssInKilobytes, snapshot.anonRssInKilobytes, snapshot.swapInKilobytes,
/frameworks/base/services/core/java/com/android/server/am/
DProcessErrorStateRecord.java771 memoryHeaders.append("RssKb: ").append(snapshot.rssInKilobytes).append("\n"); in buildMemoryHeadersFor()