Class StackAllocator

Class Documentation

class StackAllocator

Public Types

using Marker = UPTR

Public Functions

StackAllocator(U32 stackSizeInBytes)
~StackAllocator()
void *Allocate(U32 bytesToAllocate)
void FreeToMarker(Marker marker)
StackAllocator::Marker GetMarker() const
void Clear()