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

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeHeapSnapshot.java 35 private List<NativeAllocationInfo> mHeapAllocations;
44 mHeapAllocations = heapAllocations;
61 return mHeapAllocations;
70 NativeLibraryAllocationInfo.constructFrom(mHeapAllocations);
109 for (NativeAllocationInfo info : mHeapAllocations) {
NativeLibraryAllocationInfo.java 40 private final List<NativeAllocationInfo> mHeapAllocations;
45 mHeapAllocations = new ArrayList<NativeAllocationInfo>();
49 mHeapAllocations.add(info);
54 for (NativeAllocationInfo i : mHeapAllocations) {
68 return mHeapAllocations;

Completed in 93 milliseconds