![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "AutoRTFM.h"#include "Misc/AssertionMacros.h"#include "HAL/UnrealMemory.h"#include "Misc/NoopCounter.h"#include "Containers/LockFreeList.h"Go to the source code of this file.
Macros | |
| #define | USE_NAIVE_TLockFreeFixedSizeAllocator_TLSCacheBase (0) |
| #define USE_NAIVE_TLockFreeFixedSizeAllocator_TLSCacheBase (0) |
Thread safe, lock free pooling allocator of fixed size blocks that never returns free space, even at shutdown. Alignment isn't handled; assumes FMemory::Malloc will work.