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 | 1238 long nativeMax = Debug.getNativeHeapSize() / 1024; in dumpMemInfo() local 1274 nativeMax, nativeAllocated, nativeFree, in dumpMemInfo() 1390 long nativeMax = Debug.getNativeHeapSize() / 1024; in dumpMemInfo() local 1428 nativeMax, nativeAllocated, nativeFree, in dumpMemInfo() 2512 long nativeMax, long nativeAllocated, long nativeFree, in dumpMemInfoTable() argument 2526 pw.print(nativeMax); pw.print(','); in dumpMemInfoTable() 2529 pw.print(nativeMax + dalvikMax); pw.print(','); in dumpMemInfoTable() 2632 nativeMax, nativeAllocated, nativeFree); in dumpMemInfoTable() 2652 nativeMax, nativeAllocated, nativeFree); in dumpMemInfoTable() 2717 nativeMax+dalvikMax, nativeAllocated+dalvikAllocated, in dumpMemInfoTable() [all …]
|