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 * | |||
| void | FreeLockFreeLink
(
uint32 Item |
||
| FIndexedLockFreeLink * | IndexToLink
(
uint32 Index |
||
| uint32 | IndexToPtr
(
uint32 Index |
Enums
| Type | Name | Description | |
|---|---|---|---|
| API/Runtime/Core/Containers/FLockFreeLinkPolicy_1 |
Typedefs
| Name | Description |
|---|---|
| TAllocator | |
| TDoublePtr | |
| TLink | |
| TLinkPtr |
Constants
| Name | Description |
|---|---|
| LinkAllocator |