UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAnsiArena Class Referencefinal

#include <MemoryArena.h>

+ Inheritance diagram for FAnsiArena:

Public Member Functions

CORE_API FAnsiArena ()
 
CORE_API ~FAnsiArena ()
 
- Public Member Functions inherited from FMemoryArena
CORE_API FMemoryArena ()
 
virtual CORE_API ~FMemoryArena ()
 
 FMemoryArena (const FMemoryArena &)=delete
 
FMemoryArenaoperator= (const FMemoryArena &)=delete
 
CORE_API UE_RESTRICT UE_NOALIAS voidAlloc (SIZE_T Size, SIZE_T Alignment)
 
CORE_API UE_NOALIAS void Free (const void *MemoryBlock)
 
CORE_API SIZE_T GetBlockSize (const void *MemoryBlock) const
 
CORE_API const TCHARGetDebugName () const
 

Additional Inherited Members

- Public Attributes inherited from FMemoryArena
uint16 ArenaId = ~uint16(0)
 

Detailed Description

CRT heap allocator

All allocations are passed through to CRT memory allocation functions

Constructor & Destructor Documentation

◆ FAnsiArena()

FAnsiArena::FAnsiArena ( )
default

◆ ~FAnsiArena()

FAnsiArena::~FAnsiArena ( )
default

The documentation for this class was generated from the following files: