HomeSort by relevance Sort by last modified time
    Searched refs:nativeAllocated (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LoadTestsAutoTest.java 174 long nativeAllocated = Debug.getNativeHeapAllocatedSize() / 1024;
195 printRow(ps, formatString, "allocated:", nativeAllocated, dalvikAllocated, "N/A",
196 nativeAllocated + dalvikAllocated);
  /frameworks/base/core/java/android/os/
PerformanceCollector.java 489 long nativeAllocated = Debug.getNativeHeapAllocatedSize() / 1024;
517 mPerfSnapshot.putLong(METRIC_KEY_NATIVE_ALLOCATED, nativeAllocated);
  /frameworks/base/core/java/android/app/
ActivityThread.java 831 long nativeAllocated = Debug.getNativeHeapAllocatedSize() / 1024;
    [all...]

Completed in 60 milliseconds