Navigation
API > API/Runtime > API/Runtime/Core
Heap arena
Manages a dedicated area of memory, and allows user to allocate blocks from it Default heap allocator
All allocations are passed through to UE's main heap allocation functions
| Name | FMallocArena |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/MemoryArena.h |
| Include Path | #include "Memory/MemoryArena.h" |
Syntax
class FMallocArena : public FMemoryArena
Inheritance Hierarchy
- FMemoryArena → FMallocArena
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CORE_API FMallocArena() |
Memory/MemoryArena.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CORE_API ~FMallocArena() |
Memory/MemoryArena.h |