Home | History | Annotate | Download | only in app

Lines Matching defs:otherPss

2246             pw.print(memInfo.otherPss); pw.print(',');
2361 int otherPss = memInfo.otherPss;
2395 otherPss -= myPss;
2407 printRow(pw, HEAP_FULL_COLUMN, "Unknown", otherPss, otherSwappablePss,
2420 printRow(pw, HEAP_COLUMN, "Unknown", otherPss,
2556 int otherPss = memInfo.otherPss;
2583 otherPss -= myPss;
2595 otherPss, otherSwappablePss,