Karma Engine
|
#include <KarmaSmriti.h>
Public Member Functions | |
void | StartUp () |
void | ShutDown () |
void * | GetMemBlock () const |
Karma's memory management Heavily influenced from https://github.com/ravimohan1991/cppGameMemorySystem
|
inline |
Getter for the pointer to start of allocated memory address
void Karma::KarmaSmriti::ShutDown | ( | ) |
Releases memory & any other resources held by the memory system (KarmaSmriti) and allocators
void Karma::KarmaSmriti::StartUp | ( | ) |
Allocates the memory block and sets up the memory system for use.