Searched refs:nativeMax (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | PerformanceCollector.java | 495 long nativeMax = Debug.getNativeHeapSize() / 1024; in endPerformanceSnapshot() local 523 mPerfSnapshot.putLong(METRIC_KEY_NATIVE_SIZE, nativeMax); in endPerformanceSnapshot()
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 1619 long nativeMax = Debug.getNativeHeapSize() / 1024; in dumpMemInfo() local 1655 nativeMax, nativeAllocated, nativeFree, in dumpMemInfo() 1794 long nativeMax = Debug.getNativeHeapSize() / 1024; in dumpMemInfo() local 1832 nativeMax, nativeAllocated, nativeFree, in dumpMemInfo() 3193 long nativeMax, long nativeAllocated, long nativeFree, in dumpMemInfoTable() argument 3207 pw.print(nativeMax); pw.print(','); in dumpMemInfoTable() 3210 pw.print(nativeMax + dalvikMax); pw.print(','); in dumpMemInfoTable() 3313 memInfo.nativeRss, nativeMax, nativeAllocated, nativeFree); in dumpMemInfoTable() 3333 nativeMax, nativeAllocated, nativeFree); in dumpMemInfoTable() 3401 nativeMax+dalvikMax, nativeAllocated+dalvikAllocated, in dumpMemInfoTable() [all …]
|