public interface MemoryManager
Modifier and Type | Method and Description |
---|---|
MemoryIO |
allocate(int size) |
MemoryIO |
allocateDirect(int size) |
MemoryIO |
allocateDirect(int size,
boolean clear) |
Pointer |
getBufferPointer(java.nio.Buffer buffer) |
MemoryIO |
wrap(java.nio.ByteBuffer buffer) |
MemoryIO |
wrap(Pointer address) |
MemoryIO |
wrap(Pointer address,
int size) |