TLockFreeFixedSizeAllocator::Free

Puts a memory block previously obtained from [Allocate()](API\Runtime\Core\Containers\TLockFreeFixedSizeAllocator\Allocate) back on the free list for future use.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/LockFreeFixedSizeAllocator.h

Include

#include "Containers/LockFreeFixedSizeAllocator.h"

Syntax

void Free
(
    void * Item
)

Remarks

Puts a memory block previously obtained from Allocate() back on the free list for future use.

Parameters

Parameter

Description

Item

The item to free.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss