UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMemory.inl File Reference
#include "HAL/LowLevelMemTracker.h"
#include "AutoRTFM.h"

Go to the source code of this file.

Functions

void FMemory_FreeInline (void *Original)
 
SIZE_T FMemory_GetAllocSizeInline (void *Original)
 
FORCEINLINE voidFMemory_MallocInline (SIZE_T Count, uint32 Alignment)
 
FORCEINLINE voidFMemory_ReallocInline (void *Original, SIZE_T Count, uint32 Alignment)
 
FORCEINLINE voidFMemory_MallocZeroedInline (SIZE_T Count, uint32 Alignment)
 
FORCEINLINE SIZE_T FMemory_QuantizeSizeInline (SIZE_T Count, uint32 Alignment)
 

Function Documentation

◆ FMemory_FreeInline()

FORCEINLINE void FMemory_FreeInline ( void Original)

◆ FMemory_GetAllocSizeInline()

FORCEINLINE SIZE_T FMemory_GetAllocSizeInline ( void Original)

◆ FMemory_MallocInline()

FORCEINLINE void * FMemory_MallocInline ( SIZE_T  Count,
uint32  Alignment 
)

◆ FMemory_MallocZeroedInline()

FORCEINLINE void * FMemory_MallocZeroedInline ( SIZE_T  Count,
uint32  Alignment 
)

◆ FMemory_QuantizeSizeInline()

FORCEINLINE SIZE_T FMemory_QuantizeSizeInline ( SIZE_T  Count,
uint32  Alignment 
)

◆ FMemory_ReallocInline()

FORCEINLINE void * FMemory_ReallocInline ( void Original,
SIZE_T  Count,
uint32  Alignment 
)