Home
last modified time | relevance | path

Searched defs:AllocationInfo (Results 1 – 1 of 1) sorted by relevance

/development/tools/ddms/libs/ddmlib/src/com/android/ddmlib/
DAllocationInfo.java22 public class AllocationInfo implements Comparable<AllocationInfo>, IStackTraceInfo { class
31 AllocationInfo(String allocatedClass, int allocationSize, in AllocationInfo() method in AllocationInfo