Package one.nio.mem
Interface Allocator
-
- All Known Implementing Classes:
ArenaAllocator,FixedSizeAllocator,Malloc,MallocAnalyzer,MallocMT
public interface AllocatorMemory allocator- Author:
- Vadim Tsesko
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcalloc(int size)voidfree(long address)longmalloc(int size)voidverify()Verify the layout of the heap.
-