Navigation
API > API/Runtime > API/Runtime/Core
CRT heap allocator
All allocations are passed through to CRT memory allocation functions
| Name | FAnsiArena |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/MemoryArena.h |
| Include Path | #include "Memory/MemoryArena.h" |
Syntax
class FAnsiArena : public FMemoryArena
Inheritance Hierarchy
- FMemoryArena → FAnsiArena
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CORE_API FAnsiArena() |
Memory/MemoryArena.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CORE_API ~FAnsiArena() |
Memory/MemoryArena.h |