Doxygen Samurai Engine 0.0.1
Doxygen Samurai Engine Documentation
Loading...
Searching...
No Matches
memoryArena.cpp
Go to the documentation of this file.
1#include "memoryArena.h"
2
3#include <malloc.h>
4
5//todo remove
11
13{
14 containerStructMemory.size = 0;
15 free(containerStructMemory.block);
16 containerStructMemory.block = 0;
17}
18
void allocateStaticMemory(const ContainerInformation &containerInfo)