Searched refs:nativeMax (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | PerformanceCollector.java | 494 long nativeMax = Debug.getNativeHeapSize() / 1024; in endPerformanceSnapshot() local 522 mPerfSnapshot.putLong(METRIC_KEY_NATIVE_SIZE, nativeMax); in endPerformanceSnapshot()
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 1224 long nativeMax = Debug.getNativeHeapSize() / 1024; in dumpMemInfo() local 1260 nativeMax, nativeAllocated, nativeFree, in dumpMemInfo() 1376 long nativeMax = Debug.getNativeHeapSize() / 1024; in dumpMemInfo() local 1414 nativeMax, nativeAllocated, nativeFree, in dumpMemInfo() 2493 long nativeMax, long nativeAllocated, long nativeFree, in dumpMemInfoTable() argument 2507 pw.print(nativeMax); pw.print(','); in dumpMemInfoTable() 2510 pw.print(nativeMax + dalvikMax); pw.print(','); in dumpMemInfoTable() 2613 nativeMax, nativeAllocated, nativeFree); in dumpMemInfoTable() 2633 nativeMax, nativeAllocated, nativeFree); in dumpMemInfoTable() 2698 nativeMax+dalvikMax, nativeAllocated+dalvikAllocated, in dumpMemInfoTable() [all …]
|