TLockFreeClassAllocator::Allocate

Returns a memory block of size sizeof(T).

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/LockFreeFixedSizeAllocator.h"

Syntax

void * Allocate()

Remarks

Returns a memory block of size sizeof(T).

Returns

Pointer to the allocated memory.

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