UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MallocAnsi.cpp File Reference

Macros

#define MALLOC_ANSI_USES__ALIGNED_MALLOC   !UE_AUTORTFM && PLATFORM_USES__ALIGNED_MALLOC
 

Functions

voidAnsiMalloc (SIZE_T Size, uint32 Alignment)
 
voidAnsiRealloc (void *Ptr, SIZE_T NewSize, uint32 Alignment)
 
void AnsiFree (void *Ptr)
 

Macro Definition Documentation

◆ MALLOC_ANSI_USES__ALIGNED_MALLOC

#define MALLOC_ANSI_USES__ALIGNED_MALLOC   !UE_AUTORTFM && PLATFORM_USES__ALIGNED_MALLOC

Function Documentation

◆ AnsiFree()

void AnsiFree ( void Ptr)

◆ AnsiMalloc()

void * AnsiMalloc ( SIZE_T  Size,
uint32  Alignment 
)

◆ AnsiRealloc()

void * AnsiRealloc ( void Ptr,
SIZE_T  NewSize,
uint32  Alignment 
)