com.kenai.jaffl.provider
Interface MemoryManager
- All Known Implementing Classes:
- MemoryManager
public interface MemoryManager
Manages access to various types of java and native memory.
allocate
MemoryIO allocate(int size)
allocateDirect
MemoryIO allocateDirect(int size)
allocateDirect
MemoryIO allocateDirect(int size,
boolean clear)
wrap
MemoryIO wrap(Pointer address)
wrap
MemoryIO wrap(Pointer address,
int size)
wrap
MemoryIO wrap(ByteBuffer buffer)
getBufferPointer
Pointer getBufferPointer(Buffer buffer)
Copyright © 2011. All Rights Reserved.