The MemoryPool Class Definitions. More...
#include "Core/Core.h"Go to the source code of this file.
Classes | |
| class | Spices::MemoryPool |
| MemoryPool Class. More... | |
Namespaces | |
| namespace | Spices |
Functions | |
| static void * | Spices::SystemAlloc (size_t kpage) |
| Alloc memory from system. | |
| static void | Spices::SystemFree (void *ptr) |
| Free memory to system. | |
The MemoryPool Class Definitions.
The MemoryPool Class Implementation.
Definition in file MemoryPool.h.