Package org.apache.ignite.mem
Interface MemoryAllocator
- 
 public interface MemoryAllocatorBase interface for offheap memory allocator.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description longallocateMemory(long size)voidfreeMemory(long addr)Deallocates memory.
 
-