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