|
| xiiStackAllocator (xiiStringView sName, xiiAllocatorBase *pParent) |
|
virtual void * | Allocate (size_t uiSize, size_t uiAlign, xiiMemoryUtils::DestructorFunction destructorFunc) override |
| Interface, do not use this directly, always use the new/delete macros below.
|
|
virtual void | Deallocate (void *pPtr) override |
|
void | Reset () |
| Resets the allocator freeing all memory.
|
|
| xiiAllocator (xiiStringView sName, xiiAllocatorBase *pParent=nullptr) |
|
| xiiAllocatorMixinReallocate (xiiStringView sName, xiiAllocatorBase *pParent) |
|
| xiiAllocatorImpl (xiiStringView sName, xiiAllocatorBase *pParent) |
|
virtual size_t | AllocatedSize (const void *pPtr) override |
| Returns the number of bytes allocated at this address.
|
|
virtual xiiAllocatorId | GetId () const override |
|
virtual Stats | GetStats () const override |
|
xiiAllocatorBase * | GetParent () const |
|
virtual void * | Reallocate (void *pPtr, size_t uiCurrentSize, size_t uiNewSize, size_t uiAlign) |
|
◆ Allocate()
template<xiiAllocatorTrackingMode TrackingMode>
void * xiiStackAllocator< TrackingMode >::Allocate |
( |
size_t | uiSize, |
|
|
size_t | uiAlign, |
|
|
xiiMemoryUtils::DestructorFunction | destructorFunc ) |
|
overridevirtual |
◆ Deallocate()
template<xiiAllocatorTrackingMode TrackingMode>
The documentation for this class was generated from the following files: