Searched defs:HEAP_FULL_COLUMN (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/app/
H A DActivityThread.java1938 private static final String HEAP_FULL_COLUMN field in class:ActivityThread
2038 printRow(pw, HEAP_FULL_COLUMN, "", "Pss", "Pss", "Shared", "Private",
2040 printRow(pw, HEAP_FULL_COLUMN, "", "Total", "Clean", "Dirty", "Dirty",
2042 printRow(pw, HEAP_FULL_COLUMN, "", "------", "------", "------", "------",
2044 printRow(pw, HEAP_FULL_COLUMN, "Native Heap", memInfo.nativePss,
2049 printRow(pw, HEAP_FULL_COLUMN, "Dalvik Heap", memInfo.dalvikPss,
2090 printRow(pw, HEAP_FULL_COLUMN, Debug.MemoryInfo.getOtherLabel(i),
2109 printRow(pw, HEAP_FULL_COLUMN, "Unknown", otherPss, otherSwappablePss,
2112 printRow(pw, HEAP_FULL_COLUMN, "TOTAL", memInfo.getTotalPss(),
2146 printRow(pw, HEAP_FULL_COLUMN, Debu
[all...]

Completed in 35 milliseconds