private static class NativeBuffer.Pool
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) NativeBuffer.Allocation |
allocation |
(package private) int |
chunk |
(package private) long |
pos |
private NativeBuffer.Pool |
prev |
(package private) long |
remaining |
| Constructor and Description |
|---|
Pool(int chunk,
NativeBuffer.Pool prev) |
| Modifier and Type | Method and Description |
|---|---|
private void |
allocate() |
(package private) NativeBuffer |
create(long size) |
void |
delete() |
private final NativeBuffer.Pool prev
NativeBuffer.Allocation allocation
long pos
long remaining
int chunk
public Pool(int chunk,
NativeBuffer.Pool prev)
NativeBuffer create(long size)
private void allocate()
public void delete()