|
Diligent Engine
v.2.4.g
|
#include <DefaultRawMemoryAllocator.hpp>
Public Member Functions | |
| DefaultRawMemoryAllocator () | |
| virtual void * | Allocate (size_t Size, const Char *dbgDescription, const char *dbgFileName, const Int32 dbgLineNumber) override |
| Allocates block of memory. More... | |
| virtual void | Free (void *Ptr) override |
| Releases memory. More... | |
Static Public Member Functions | |
| static DefaultRawMemoryAllocator & | GetAllocator () |
| Diligent::DefaultRawMemoryAllocator::DefaultRawMemoryAllocator | ( | ) |
|
overridevirtual |
Allocates block of memory.
Implements Diligent::IMemoryAllocator.
|
overridevirtual |
Releases memory.
Implements Diligent::IMemoryAllocator.
|
static |
1.8.17