Diligent Engine API Reference
Public Member Functions | List of all members
Diligent::FixedBlockMemoryAllocator Class Reference

Memory allocator that allocates memory in a fixed-size chunks. More...

Inherits IMemoryAllocator.

Public Member Functions

virtual void * Allocate (size_t Size, const Char *dbgDescription, const char *dbgFileName, const Int32 dbgLineNumber) override final
 Allocates block of memory.
 
virtual void Free (void *Ptr) override final
 Releases memory.
 

Detailed Description

Memory allocator that allocates memory in a fixed-size chunks.