TLockFreeClassAllocator::Free

Calls a destructor on Item and returns the memory to the free list for recycling.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/LockFreeFixedSizeAllocator.h"

Syntax

void Free
(
    T * Item
)

Remarks

Calls a destructor on Item and returns the memory to the free list for recycling.

Parameters

Parameter

Description

Item

The item whose memory 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