Navigation
API > API/Runtime > API/Runtime/Core
| Name | TLockFreeAllocOnceIndexedAllocator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LockFreeList.h |
| Include Path | #include "Containers/LockFreeList.h" |
Syntax
template<class T, unsigned int MaxTotalItems, unsigned int ItemsPerPage>
class TLockFreeAllocOnceIndexedAllocator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TLockFreeAllocOnceIndexedAllocator() |
Containers/LockFreeList.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NextIndex | FThreadSafeCounter | Containers/LockFreeList.h | ||
| Pages | T * | Containers/LockFreeList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 Alloc
(
uint32 Count |
Containers/LockFreeList.h | ||
T * GetItem
(
uint32 Index |
Containers/LockFreeList.h |