#include "MemoryAllocator.h"
Functions | |
void | SetRawAllocator (IMemoryAllocator *pRawAllocator) |
IMemoryAllocator & | GetRawAllocator () |
Returns raw memory allocator. | |
Implementation of the Diligent::BufferBase template class
void SetRawAllocator | ( | IMemoryAllocator * | pRawAllocator | ) |
Sets raw memory allocator. This function must be called before any memory allocation/deallocation function is called.