Navigation
API > API/Runtime > API/Runtime/Core
A container allocator that allocates from a mem-stack.
| Name | TMemStackAllocator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/MemStack.h |
| Include Path | #include "Misc/MemStack.h" |
Syntax
template<uint32 Alignment>
class TMemStackAllocator
Classes
| Name | Remarks |
|---|---|
| ForElementType |
Enums
Public
| Name | Remarks |
|---|---|
| TMemStackAllocator | |
| TMemStackAllocator |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ForAnyElementType | ForElementType< FScriptContainerElement > | Misc/MemStack.h | |
| SizeType | int32 | Misc/MemStack.h |