Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
Inheritance Hierarchy
- TLockFreeFixedSizeAllocator
- TLockFreeClassAllocator
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/LockFreeFixedSizeAllocator.h |
| Include | #include "Containers/LockFreeFixedSizeAllocator.h" |
Syntax
template<class T, int TPaddingForCacheContention, bool AllowDisablingOfTrim>
class TLockFreeClassAllocator : private TLockFreeFixedSizeAllocator< sizeof(T), TPaddingForCacheContention, FNoopCounter, AllowDisablingOfTrim >
Remarks
Thread safe, lock free pooling allocator of memory for instances of T.
Never returns free space until program shutdown.