Karma Engine
Loading...
Searching...
No Matches
Karma::KarmaSmriti Class Reference

#include <KarmaSmriti.h>

Public Member Functions

void StartUp ()
 
void ShutDown ()
 
void * GetMemBlock () const
 

Detailed Description

Karma's memory management Heavily influenced from https://github.com/ravimohan1991/cppGameMemorySystem

Member Function Documentation

◆ GetMemBlock()

void * Karma::KarmaSmriti::GetMemBlock ( ) const
inline

Getter for the pointer to start of allocated memory address

◆ ShutDown()

void Karma::KarmaSmriti::ShutDown ( )

Releases memory & any other resources held by the memory system (KarmaSmriti) and allocators

◆ StartUp()

void Karma::KarmaSmriti::StartUp ( )

Allocates the memory block and sets up the memory system for use.


The documentation for this class was generated from the following files: