UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FLinearBlockAllocator Struct Reference

#include <LinearAllocator.h>

Public Member Functions

CORE_API FLinearBlockAllocator (SIZE_T)
 
CORE_API ~FLinearBlockAllocator ()
 
CORE_API voidAllocate (SIZE_T Size, uint32 Alignment=8)
 
UE_FORCEINLINE_HINT SIZE_T GetAllocatedMemorySize () const
 

Constructor & Destructor Documentation

◆ FLinearBlockAllocator()

FLinearBlockAllocator::FLinearBlockAllocator ( SIZE_T  )

◆ ~FLinearBlockAllocator()

FLinearBlockAllocator::~FLinearBlockAllocator ( )

Member Function Documentation

◆ Allocate()

void * FLinearBlockAllocator::Allocate ( SIZE_T  Size,
uint32  Alignment = 8 
)

◆ GetAllocatedMemorySize()

UE_FORCEINLINE_HINT SIZE_T FLinearBlockAllocator::GetAllocatedMemorySize ( ) const
inline

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