Searched refs:nativeMax (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/core/java/android/os/ |
H A D | PerformanceCollector.java | 495 long nativeMax = Debug.getNativeHeapSize() / 1024; in endPerformanceSnapshot() local 523 mPerfSnapshot.putLong(METRIC_KEY_NATIVE_SIZE, nativeMax); in endPerformanceSnapshot()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ActivityThread.java | 1352 long nativeMax = Debug.getNativeHeapSize() / 1024; in dumpMemInfo() local 1388 nativeMax, nativeAllocated, nativeFree, in dumpMemInfo() 1504 long nativeMax = Debug.getNativeHeapSize() / 1024; in dumpMemInfo() local 1542 nativeMax, nativeAllocated, nativeFree, in dumpMemInfo() 2776 long nativeMax, long nativeAllocated, long nativeFree, in dumpMemInfoTable() argument 2790 pw.print(nativeMax); pw.print(','); in dumpMemInfoTable() 2793 pw.print(nativeMax + dalvikMax); pw.print(','); in dumpMemInfoTable() 2916 nativeMax, nativeAllocated, nativeFree); in dumpMemInfoTable() 2996 nativeMax+dalvikMax, in dumpMemInfoTable() 3104 long nativeMax, long nativeAllocated, long nativeFree, in dumpMemInfoTable() argument [all …]
|