CyberEngineMkIII
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CYBMemory.hpp
Go to the documentation of this file.
1 #pragma once
3 
4 namespace CYB {
5  namespace Engine {
7  namespace Memory {};
8  };
9 };
10 
11 #include "CYBBlock.hpp"
12 #include "CYBLargeBlock.hpp"
13 #include "CYBHeap.hpp"
Defines the Heap implementation.
Defines the LargeBlock class used by the Heap.
Defines the Block class used by the Heap.