public interface ImageHeapPartition
ImageHeapPartitions. Every
object in the native image heap is assigned to a position within a ImageHeapPartition.| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the partition.
|
long |
getSize()
Returns the size of the partition (i.e., the sum of all allocated objects + some overhead).
|
long |
getStartOffset()
Returns the offset at which this partition is allocated.
|
String getName()
long getStartOffset()
long getSize()