![]() |
ezEngine
Release 25.03
|
A double buffered stack allocator. More...
#include <FrameAllocator.h>
Public Types | |
using | StackAllocatorType = ezLinearAllocator< ezAllocatorTrackingMode::Basics, OverwriteMemoryOnReset > |
Public Member Functions | |
ezDoubleBufferedLinearAllocator (ezStringView sName, ezAllocator *pParent) | |
EZ_ALWAYS_INLINE ezAllocator * | GetCurrentAllocator () const |
void | Swap () |
void | Reset () |
Static Public Attributes | |
static constexpr bool | OverwriteMemoryOnReset = false |
A double buffered stack allocator.