Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TLinearAllocatorBase > API/Runtime/Core/TLinearAllocatorBase/FBlockHeader
| Name | FAtomicUInt |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/ConcurrentLinearAllocator.h |
| Include Path | #include "Experimental/ConcurrentLinearAllocator.h" |
Syntax
struct FAtomicUInt
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Value | std::atomic_uint | Experimental/ConcurrentLinearAllocator.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
unsigned int FetchSub
(
unsigned int N, |
Returns the original number of allocations, before subtraction occurs. | Experimental/ConcurrentLinearAllocator.h | |
void Store
(
unsigned int N, |
Experimental/ConcurrentLinearAllocator.h |