Searched refs:rssInBytes (Results 1 – 6 of 6) sorted by relevance
32 public long rssInBytes; field in ProcessMemoryState37 long pgmajfault, long rssInBytes, long cacheInBytes, in ProcessMemoryState() argument44 this.rssInBytes = rssInBytes; in ProcessMemoryState()55 rssInBytes = in.readLong(); in ProcessMemoryState()84 parcel.writeLong(rssInBytes); in writeToParcel()
128 memoryStat.rssInBytes = m.find() ? Long.valueOf(m.group(1)) : 0; in parseMemoryStatFromMemcg()154 memoryStat.rssInBytes = Long.valueOf(splits[RSS_IN_BYTES_INDEX]); in parseMemoryStatFromProcfs()176 long rssInBytes; field in MemoryStatUtil.MemoryStat
659 memoryStat.rssInBytes, in logAppStartMemoryStateCapture()
26815 memoryStat.rssInBytes, in getMemoryStateForProcesses()
130 assertEquals(stat.rssInBytes, 3); in testParseMemoryStatFromMemcg_parsesCorrectValues()149 assertEquals(3, stat.rssInBytes); in testParseMemoryStatFromProcfs_parsesCorrectValues()
889 e.writeLong(processMemoryState.rssInBytes); in pullProcessMemoryState()