public final class Allocation extends Object
The allocation's length is obtained by calling Allocator.getIndividualAllocationLength()
on the Allocator from which it was obtained.
| Modifier and Type | Field | Description |
|---|---|---|
byte[] |
data |
The array containing the allocated space.
|
int |
offset |
The offset of the allocated space in
data. |
| Constructor | Description |
|---|---|
Allocation(byte[] data,
int offset) |