TAllocatorFixedSizeFreeList::Grow

Grows the free list by a specific number of elements.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/AllocatorFixedSizeFreeList.h"

Syntax

void Grow
(
    uint32 NumElements
)

Remarks

Grows the free list by a specific number of elements. Does one allocation for all elements. Safe to call at any time to warm the cache with a single block allocation.

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