FGPUDefragAllocator::Coalesce

Merges any adjacent free chunks into the specified free chunk.

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "GPUDefragAllocator.h"

Source

/Engine/Source/Runtime/RHI/Private/GPUDefragAllocator.cpp

Syntax

void Coalesce
(
    FMemoryChunk * FreedChunk
)

Remarks

Merges any adjacent free chunks into the specified free chunk. Doesn't affect the free-list sort order.

Parameters

Parameter

Description

FreedChunk

Chunk that just became available.

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