Interface Memory

All Known Implementing Classes:
MappedMemory

public interface Memory
Memory allocator.
Author:
Jordan Halterman
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Frees the memory.
    int
    Returns the memory count.
  • Method Details

    • size

      int size()
      Returns the memory count.
      Returns:
      The memory count.
    • free

      void free()
      Frees the memory.