![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <LockFreeFixedSizeAllocator.h>
Inheritance diagram for TLockFreeClassAllocator_TLSCache< T, TPaddingForCacheContention >:Public Member Functions | |
| void * | Allocate () |
| T * | New () |
| void | Free (T *Item) |
Thread safe, lock free pooling allocator of memory for instances of T.
Never returns free space until program shutdown.
|
inline |
|
inline |
|
inline |