public class LinearImageHeapPartition extends AbstractImageHeapLayouter.AbstractImageHeapPartition
| Modifier and Type | Method and Description |
|---|---|
void |
assign(ImageHeapObject obj) |
long |
getEndOffset() |
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.
|
getEndAlignment, getName, getObjects, getStartAlignment, isWritable, setEndAlignment, setStartAlignment, toStringpublic void assign(ImageHeapObject obj)
assign in class AbstractImageHeapLayouter.AbstractImageHeapPartitionpublic long getStartOffset()
ImageHeapPartitionpublic long getEndOffset()
public long getSize()
ImageHeapPartition