FGrowableMallocChunk::CanFitEntry

Check free list for an entry big enough to fit the requested Size with Alignment

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/GenericGrowableAllocator.h

Include

#include "Misc/GenericGrowableAllocator.h"

Syntax

bool CanFitEntry
(
    uint32 Size,
    uint32 Alignment
)

Remarks

Check free list for an entry big enough to fit the requested Size with Alignment

Returns

true if available entry was found

Parameters

Parameter

Description

Size

allocation size

Alignment

allocation alignment

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