Navigation
API > API/Runtime > API/Runtime/Core
There is a version of this code that uses 128 bit atomics to avoid the indirection, that is why we have this policy class at all.
| Name | FLockFreeLinkPolicy |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LockFreeList.h |
| Include Path | #include "Containers/LockFreeList.h" |
Syntax
struct FLockFreeLinkPolicy
Enums
Public
| Name | Remarks |
|---|---|
| FLockFreeLinkPolicy |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TAllocator | TLockFreeAllocOnceIndexedAllocator< FIndexedLockFreeLink,(1<< 26), 16384 > | Containers/LockFreeList.h | |
| TDoublePtr | FIndexedPointer | Containers/LockFreeList.h | |
| TLink | FIndexedLockFreeLink | Containers/LockFreeList.h | |
| TLinkPtr | uint32 | Containers/LockFreeList.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| LinkAllocator | TAllocator | Containers/LockFreeList.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 AllocLockFreeLink() |
Containers/LockFreeList.h | ||
static FIndexedLockFreeLink * DerefLink
(
uint32 Ptr |
Containers/LockFreeList.h | ||
static void FreeLockFreeLink
(
uint32 Item |
Containers/LockFreeList.h | ||
static FIndexedLockFreeLink * IndexToLink
(
uint32 Index |
Containers/LockFreeList.h | ||
static uint32 IndexToPtr
(
uint32 Index |
Containers/LockFreeList.h |