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