Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DProcfsMemoryUtil.java60 snapshot.anonRssInKilobytes = (int) output[3]; in readMemorySnapshotFromProcfs()
105 public int anonRssInKilobytes; field in ProcfsMemoryUtil.MemorySnapshot
H A DStatsPullAtomService.java2355 snapshot.rssInKilobytes, snapshot.anonRssInKilobytes, snapshot.swapInKilobytes,
2356 snapshot.anonRssInKilobytes + snapshot.swapInKilobytes,
2376 snapshot.rssInKilobytes, snapshot.anonRssInKilobytes, snapshot.swapInKilobytes,
2377 snapshot.anonRssInKilobytes + snapshot.swapInKilobytes,
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessErrorStateRecord.java751 memoryHeaders.append("RssAnonKb: ").append(snapshot.anonRssInKilobytes).append("\n"); in buildMemoryHeadersFor()