public interface MemoryManager
Modifier and Type | Method and Description |
---|---|
Pointer |
allocate(int size) |
Pointer |
allocateDirect(int size) |
Pointer |
allocateDirect(int size,
boolean clear) |
Pointer |
allocateTemporary(int size,
boolean clear) |
Pointer |
newOpaquePointer(long address) |
Pointer |
newPointer(java.nio.ByteBuffer buffer) |
Pointer |
newPointer(long address) |
Pointer |
newPointer(long address,
long size) |
Pointer allocate(int size)
Pointer allocateDirect(int size)
Pointer allocateDirect(int size, boolean clear)
Pointer allocateTemporary(int size, boolean clear)
Pointer newPointer(java.nio.ByteBuffer buffer)
Pointer newPointer(long address)
Pointer newPointer(long address, long size)
Pointer newOpaquePointer(long address)