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
6
namespace
samurai
7
{
8
namespace
memory
9
{
10
void
setGlobalAllocatorToStandard
();
11
12
void
setGlobalAllocator
(
samurai::memory::CustomAllocator
*allocator);
13
14
void
dissableAllocators
();
15
16
}
17
}
CustomAllocator.h
samurai::memory::setGlobalAllocator
void setGlobalAllocator(samurai::memory::CustomAllocator *allocator)
Definition
globalAllocator.cpp:55
samurai::memory::setGlobalAllocatorToStandard
void setGlobalAllocatorToStandard()
Definition
globalAllocator.cpp:43
samurai::memory::dissableAllocators
void dissableAllocators()
Definition
globalAllocator.cpp:49
samurai
Definition
assetManagerWindow.cpp:10
samurai::memory::CustomAllocator
Definition
CustomAllocator.h:16
shared
memory
globalAllocator.h
Generated by
1.10.0