![]() |
XII Release 0.1.0
|
Allocation policy to support custom alignment per allocation. More...
#include <AlignedAllocation.h>
Public Member Functions | |
xiiAlignedAllocation (xiiAllocatorBase *pParent) | |
void * | Allocate (size_t uiSize, size_t uiAlign) |
void | Deallocate (void *pPtr) |
size_t | AllocatedSize (const void *pPtr) |
size_t | UsedMemorySize (const void *pPtr) |
XII_ALWAYS_INLINE xiiAllocatorBase * | GetParent () const |
Allocation policy to support custom alignment per allocation.