UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TLinearAllocatorBase< BlockAllocationTag, ThreadPolicy >::FBlockHeader::FPlainUInt Struct Reference

#include <ConcurrentLinearAllocator.h>

Public Member Functions

unsigned int FetchSub (unsigned int N, std::memory_order)
 
void Store (unsigned int N, std::memory_order)
 

Public Attributes

unsigned int Value
 

Member Function Documentation

◆ FetchSub()

unsigned int TLinearAllocatorBase< BlockAllocationTag, ThreadPolicy >::FBlockHeader::FPlainUInt::FetchSub ( unsigned int  N,
std::memory_order   
)
inline

Returns the original number of allocations, before subtraction occurs.

◆ Store()

void TLinearAllocatorBase< BlockAllocationTag, ThreadPolicy >::FBlockHeader::FPlainUInt::Store ( unsigned int  N,
std::memory_order   
)
inline

Member Data Documentation

◆ Value

unsigned int TLinearAllocatorBase< BlockAllocationTag, ThreadPolicy >::FBlockHeader::FPlainUInt::Value

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