XII Release 0.1.0
Loading...
Searching...
No Matches
xiiMemoryPolicies::xiiAlignedAllocation< T > Class Template Reference

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 xiiAllocatorBaseGetParent () const
 

Detailed Description

template<typename T>
class xiiMemoryPolicies::xiiAlignedAllocation< T >

Allocation policy to support custom alignment per allocation.

See also
xiiAllocator

The documentation for this class was generated from the following file: