Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 236 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 236 Bytes

MemoryAbstract

Memory abstract unit provides set of memory management interfaces, that help to rationally organize game memory usage:

  • Ordered and unordered pool allocators.
  • Stack allocator.
  • Unique string mechanism.