Searched refs:nativeAllocated (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | PerformanceCollector.java | 496 long nativeAllocated = Debug.getNativeHeapAllocatedSize() / 1024; in endPerformanceSnapshot() local 524 mPerfSnapshot.putLong(METRIC_KEY_NATIVE_ALLOCATED, nativeAllocated); in endPerformanceSnapshot()
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 1239 long nativeAllocated = Debug.getNativeHeapAllocatedSize() / 1024; in dumpMemInfo() local 1274 nativeMax, nativeAllocated, nativeFree, in dumpMemInfo() 1391 long nativeAllocated = Debug.getNativeHeapAllocatedSize() / 1024; in dumpMemInfo() local 1428 nativeMax, nativeAllocated, nativeFree, in dumpMemInfo() 2512 long nativeMax, long nativeAllocated, long nativeFree, in dumpMemInfoTable() argument 2532 pw.print(nativeAllocated); pw.print(','); in dumpMemInfoTable() 2535 pw.print(nativeAllocated + dalvikAllocated); pw.print(','); in dumpMemInfoTable() 2632 nativeMax, nativeAllocated, nativeFree); in dumpMemInfoTable() 2652 nativeMax, nativeAllocated, nativeFree); in dumpMemInfoTable() 2717 nativeMax+dalvikMax, nativeAllocated+dalvikAllocated, in dumpMemInfoTable() [all …]
|