Interface MemoryUtil.MemoryAllocator

All Known Implementing Classes:
JEmallocAllocator, RPmallocAllocator
Enclosing class:
MemoryUtil

public static interface MemoryUtil.MemoryAllocator
The interface implemented by the memory allocator used by the explicit memory management API (MemoryUtil.memAlloc(int), MemoryUtil.memFree(java.nio.Buffer), etc).