Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/LockFreeList.h |
| Include | #include "Containers/LockFreeList.h" |
Syntax
struct FLockFreeLinkPolicy
Remarks
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.
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | |||
| FIndexedLockFreeLink * | DerefLink
(
uint32 Ptr |
||
| void | FreeLockFreeLink
(
uint32 Item |
||
| FIndexedLockFreeLink * | IndexToLink
(
uint32 Index |
||
| uint32 | IndexToPtr
(
uint32 Index |
Typedefs
| Name | Description |
|---|---|
| TAllocator | |
| TDoublePtr | |
| TLink | |
| TLinkPtr |
Constants
| Name | Description |
|---|---|
| LinkAllocator | |
| MAX_BITS_IN_TLinkPtr |