Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TLockFreeClassAllocator
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/LockFreeFixedSizeAllocator.h |
| Include | #include "Containers/LockFreeFixedSizeAllocator.h" |
void Free
(
T * Item
)
Remarks
Calls a destructor on Item and returns the memory to the free list for recycling.
Parameters
| Name | Description |
|---|---|
| Item | The item whose memory to free. |