Doxygen Samurai Engine 0.0.1
Doxygen Samurai Engine Documentation
Loading...
Searching...
No Matches
samurai::memory Namespace Reference

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
 

Function Documentation

◆ dissableAllocators()

void samurai::memory::dissableAllocators ( )

Definition at line 49 of file globalAllocator.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setGlobalAllocator()

void samurai::memory::setGlobalAllocator ( samurai::memory::CustomAllocator * allocator)

Definition at line 55 of file globalAllocator.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setGlobalAllocatorToStandard()

void samurai::memory::setGlobalAllocatorToStandard ( )

Definition at line 43 of file globalAllocator.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ GUARD_VALUE

const uint64_t samurai::memory::GUARD_VALUE = 0xff'ff'ff'ff'ff'ff'ff'ff

Definition at line 15 of file CustomAllocator.cpp.