Plasma Engine  2.0
Loading...
Searching...
No Matches
plAllocPolicyHeap Class Reference

Default heap memory allocation policy. More...

#include <AllocPolicyHeap.h>

Public Member Functions

PL_ALWAYS_INLINE plAllocPolicyHeap (plAllocator *pParent)
 
PL_FORCE_INLINE void * Allocate (size_t uiSize, size_t uiAlign)
 
PL_FORCE_INLINE void * Reallocate (void *pCurrentPtr, size_t uiCurrentSize, size_t uiNewSize, size_t uiAlign)
 
PL_ALWAYS_INLINE void Deallocate (void *pPtr)
 
PL_ALWAYS_INLINE plAllocatorGetParent () const
 

Detailed Description

Default heap memory allocation policy.

See also
plAllocatorWithPolicy

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