Diligent Engine API Reference
|
Base interface for a raw memory allocator. More...
Public Member Functions | |
virtual void * | Allocate (size_t Size, const Char *dbgDescription, const char *dbgFileName, const Int32 dbgLineNumber)=0 |
Allocates block of memory. | |
virtual void | Free (void *Ptr)=0 |
Releases memory. | |
Base interface for a raw memory allocator.