Package io.atomix.utils.memory
Interface Memory
-
- All Known Implementing Classes:
MappedMemory
public interface MemoryMemory allocator.- Author:
- Jordan Halterman
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMemory.UtilMemory utilities.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfree()Frees the memory.intsize()Returns the memory count.
-