OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
[
all
...]
Completed in 84 milliseconds