|
Doxygen Samurai Engine 0.0.1
Doxygen Samurai Engine Documentation
|
Classes | |
| struct | AllocatedBlock |
| struct | CustomAllocator |
| struct | FreeBlock |
| struct | MemoryArena |
| struct | MemoryBlock |
Functions | |
| void | setGlobalAllocatorToStandard () |
| void | dissableAllocators () |
| void | setGlobalAllocator (samurai::memory::CustomAllocator *allocator) |
Variables | |
| const uint64_t | GUARD_VALUE = 0xff'ff'ff'ff'ff'ff'ff'ff |
| void samurai::memory::dissableAllocators | ( | ) |
Definition at line 49 of file globalAllocator.cpp.


| void samurai::memory::setGlobalAllocator | ( | samurai::memory::CustomAllocator * | allocator | ) |
Definition at line 55 of file globalAllocator.cpp.


| void samurai::memory::setGlobalAllocatorToStandard | ( | ) |
Definition at line 43 of file globalAllocator.cpp.


| const uint64_t samurai::memory::GUARD_VALUE = 0xff'ff'ff'ff'ff'ff'ff'ff |
Definition at line 15 of file CustomAllocator.cpp.