Doxygen Samurai Engine 0.0.1
Doxygen Samurai Engine Documentation
Loading...
Searching...
No Matches
globalAllocator.h
Go to the documentation of this file.
1#pragma once
2
3
4#include "CustomAllocator.h"
5
6namespace samurai
7{
8namespace memory
9{
11
13
14 void dissableAllocators();
15
16}
17}
void setGlobalAllocator(samurai::memory::CustomAllocator *allocator)
void setGlobalAllocatorToStandard()