Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TLockFreeFixedSizeAllocator
Description
Puts a memory block previously obtained from Allocate() back on the free list for future use.
| Name | Free |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LockFreeFixedSizeAllocator.h |
| Include Path | #include "Containers/LockFreeFixedSizeAllocator.h" |
void Free
(
void * Item
)
Parameters
| Name | Remarks |
|---|---|
| Item | The item to free. |