FMallocArena

Heap arena

Windows
MacOS
Linux

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 UE4 main heap allocation functions

Constructors

Name Description

Public function

FMallocArena()

Destructors

Name Description

Public function

~FMallocArena()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss