![]() |
Plasma Engine
2.0
|
A double buffered stack allocator. More...
#include <FrameAllocator.h>
Public Types | |
using | StackAllocatorType = plLinearAllocator<plAllocatorTrackingMode::Basics, OverwriteMemoryOnReset> |
Public Member Functions | |
plDoubleBufferedLinearAllocator (plStringView sName, plAllocator *pParent) | |
PL_ALWAYS_INLINE plAllocator * | GetCurrentAllocator () const |
void | Swap () |
void | Reset () |
Static Public Attributes | |
static constexpr bool | OverwriteMemoryOnReset = false |
A double buffered stack allocator.