Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TLinearAllocatorBase
| Name | FBlockHeader |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/ConcurrentLinearAllocator.h |
| Include Path | #include "Experimental/ConcurrentLinearAllocator.h" |
Syntax
struct FBlockHeader
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBlockHeader() |
We need to reserve space for at least one BlockHeader as well as one AllocationHeader. | Experimental/ConcurrentLinearAllocator.h |
Structs
| Name | Remarks |
|---|---|
| FAtomicUInt | |
| FPlainUInt |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| NumAllocationsType | std::conditional_t< ThreadPolicy==ELinearAllocatorThreadPolicy::ThreadSafe, FAtomicUInt, FPlainUInt > | Experimental/ConcurrentLinearAllocator.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NextAllocationPtr | uintptr_t | Experimental/ConcurrentLinearAllocator.h | ||
| Num | unsigned int | Experimental/ConcurrentLinearAllocator.h | ||
| NumAllocations | NumAllocationsType | Experimental/ConcurrentLinearAllocator.h | ||
| Padding | uint8 | Experimental/ConcurrentLinearAllocator.h |