Searched refs:nativeAllocated (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | PerformanceCollector.java | 489 long nativeAllocated = Debug.getNativeHeapAllocatedSize() / 1024; in endPerformanceSnapshot() local 517 mPerfSnapshot.putLong(METRIC_KEY_NATIVE_ALLOCATED, nativeAllocated); in endPerformanceSnapshot()
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 970 long nativeAllocated = Debug.getNativeHeapAllocatedSize() / 1024; in dumpMemInfo() local 994 nativeMax, nativeAllocated, nativeFree, in dumpMemInfo() 1889 long nativeMax, long nativeAllocated, long nativeFree, in dumpMemInfoTable() argument 1909 pw.print(nativeAllocated); pw.print(','); in dumpMemInfoTable() 1912 pw.print(nativeAllocated + dalvikAllocated); pw.print(','); in dumpMemInfoTable() 1981 nativeMax, nativeAllocated, nativeFree); in dumpMemInfoTable() 1997 nativeMax, nativeAllocated, nativeFree); in dumpMemInfoTable() 2050 nativeAllocated+dalvikAllocated, nativeFree+dalvikFree); in dumpMemInfoTable() 2060 nativeAllocated+dalvikAllocated, nativeFree+dalvikFree); in dumpMemInfoTable()
|