Memory

Windows
MacOS
Linux

Classes

Name

Description

Public class

FAnsiArena

CRT heap allocator

All allocations are passed through to CRT memory allocation functions

Public class

FArenaPointer

Tagged Arena Pointer

Public class

FMallocArena

Heap arena

Public class

FMemoryArena

Memory arena interface

Public class

TArenaPointer

Functions

Name Description

Public function

FArenaPointe...

 

ArenaRealloc

(
    FArenaPointer InPtr,
    SIZE_T OldSize,
    SIZE_T NewSize,
    SIZE_T Alignment
)

Public function

FArenaPointe...

 

ArenaRealloc

(
    FMemoryArena* Arena,
    void* InPtr,
    SIZE_T OldSize,
    SIZE_T NewSize,
    SIZE_T Alignment
)

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