Navigation
Unreal Engine C++ API Reference > Runtime > Core > Memory
Inheritance Hierarchy
- FMemoryArena
- FMallocArena
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Memory/MemoryArena.h |
Include | #include "Memory/MemoryArena.h" |
Syntax
class FMallocArena : public FMemoryArena
Remarks
Heap arena
Manages a dedicated area of memory, and allows user to allocate blocks from itDefault heap allocator
All allocations are passed through to UE's main heap allocation functions
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
CORE_API | FMallocArena () |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
CORE_API |