Package io.atomix.utils.memory
Interface Memory
- All Known Implementing Classes:
MappedMemory
public interface Memory
Memory allocator.
- Author:
- Jordan Halterman
-
Method Summary
-
Method Details
-
size
int size()Returns the memory count.- Returns:
- The memory count.
-
free
void free()Frees the memory.
-