![]() |
Plasma Engine
2.0
|
This Allocation policy redirects all operations to its parent. More...
#include <AllocPolicyProxy.h>
Public Member Functions | |
PL_FORCE_INLINE | plAllocPolicyProxy (plAllocator *pParent) |
PL_FORCE_INLINE void * | Allocate (size_t uiSize, size_t uiAlign) |
PL_FORCE_INLINE void * | Reallocate (void *pPtr, size_t uiCurrentSize, size_t uiNewSize, size_t uiAlign) |
PL_FORCE_INLINE void | Deallocate (void *pPtr) |
PL_FORCE_INLINE size_t | AllocatedSize (const void *pPtr) |
PL_ALWAYS_INLINE plAllocator * | GetParent () const |
This Allocation policy redirects all operations to its parent.