FGPUDefragAllocator::LinkFreeChunk

Frees the passed in chunk and coalesces adjacent free chunks into 'Chunk' if possible.

Windows
MacOS
Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/GPUDefragAllocator.h

Include

#include "GPUDefragAllocator.h"

Syntax

void LinkFreeChunk
(
    FMemoryChunk * Chunk
)

Remarks

Frees the passed in chunk and coalesces adjacent free chunks into 'Chunk' if possible. Maint32ains the free-list order if bSortedFreeList is true.

Parameters

Parameter

Description

Chunk

Chunk to mark as available.

bSortedFreeList

If true, maintains the free-list sort order

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