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>
class TLockFreeClassAllocator : private TLockFreeFixedSizeAllocator< sizeof, TPaddingForCacheContention, FNoopCounter >
Remarks
Thread safe, lock free pooling allocator of memory for instances of T.
Never returns free space until program shutdown.