XII Release 0.1.0
Loading...
Searching...
No Matches
xiiMemoryPolicies::xiiHeapAllocation Class Reference

Default heap memory allocation policy. More...

#include <HeapAllocation.h>

Public Member Functions

XII_ALWAYS_INLINE xiiHeapAllocation (xiiAllocatorBase *pParent)
 
XII_FORCE_INLINE void * Allocate (size_t uiSize, size_t uiAlign)
 
XII_FORCE_INLINE void * Reallocate (void *pCurrentPtr, size_t uiCurrentSize, size_t uiNewSize, size_t uiAlign)
 
XII_ALWAYS_INLINE void Deallocate (void *pPtr)
 
XII_ALWAYS_INLINE xiiAllocatorBaseGetParent () const
 

Detailed Description

Default heap memory allocation policy.

See also
xiiAllocator

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