Searched defs:getAllocations (Results 1 – 5 of 5) sorted by relevance
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/ | ||
D | NativeHeapSnapshot.java | 60 public List<NativeAllocationInfo> getAllocations() { in getAllocations() method in NativeHeapSnapshot |
D | NativeHeapProviderByAllocations.java | 83 private List<NativeAllocationInfo> getAllocations() { in getAllocations() method in NativeHeapProviderByAllocations |
D | NativeLibraryAllocationInfo.java | 67 public List<NativeAllocationInfo> getAllocations() { in getAllocations() method in NativeLibraryAllocationInfo |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ | ||
D | NativeHeapPanel.java | 433 public Iterator<NativeAllocationInfo> getAllocations() { in getAllocations() method in NativeHeapPanel.LibraryAllocations |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ | ||
D | ClientData.java | 626 public synchronized AllocationInfo[] getAllocations() { in getAllocations() method in ClientData |