Package org.apache.ignite.mem
Interface MemoryAllocator
-
public interface MemoryAllocator
Base interface for offheap memory allocator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
allocateMemory(long size)
void
freeMemory(long addr)
Deallocates memory.
-