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