|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HeapSegment | |
|---|---|
| com.android.ddmlib | |
| Uses of HeapSegment in com.android.ddmlib |
|---|
| Methods in com.android.ddmlib that return types with arguments of type HeapSegment | |
|---|---|
java.util.Collection<HeapSegment> |
ClientData.HeapData.getHeapSegments()
Get the collected heap data, if sealed. |
| Methods in com.android.ddmlib with parameters of type HeapSegment | |
|---|---|
boolean |
HeapSegment.append(HeapSegment other)
Append the contents of other to this segment
if it describes the segment immediately after this one. |
boolean |
HeapSegment.canAppend(HeapSegment other)
See if other comes immediately after this segment. |
int |
HeapSegment.compareTo(HeapSegment other)
|
HeapSegment.HeapSegmentElement |
HeapSegment.HeapSegmentElement.set(HeapSegment hs)
Replace the element with the entry at the current position of hpsgData. |
| Constructors in com.android.ddmlib with parameters of type HeapSegment | |
|---|---|
HeapSegment.HeapSegmentElement(HeapSegment hs)
Create an element describing the entry at the current position of hpsgData. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||