Searched refs:otherRss (Results 1 – 2 of 2) sorted by relevance
192 public int otherRss; field in Debug.MemoryInfo385 otherRss = other.otherRss; in set()427 return dalvikRss + nativeRss + otherRss; in getTotalRss()935 dest.writeInt(otherRss); in writeToParcel()967 otherRss = source.readInt(); in readFromParcel()
3350 int otherRss = memInfo.otherRss; in dumpMemInfoTable() local3386 otherRss -= myRss; in dumpMemInfoTable()3394 otherRss, "", "", ""); in dumpMemInfoTable()3407 otherRss, "", "", ""); in dumpMemInfoTable()3558 int otherRss = memInfo.otherRss; in dumpMemInfoTable() local3587 otherRss -= myRss; in dumpMemInfoTable()3594 memInfo.hasSwappedOutPss, otherSwappedOut, otherSwappedOutPss, otherRss); in dumpMemInfoTable()