FGPUDefragAllocator::FMemoryChunk::LinkFree

Inserts this chunk at the head of the free chunk list.

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 LinkFree
(
    FMemoryChunk * FirstFreeChunkToSearch
)

Remarks

Inserts this chunk at the head of the free chunk list.

Inserts this chunk at the head of the free chunk list. If bMaintainSortOrder is true, insert-sort this chunk into the free chunk list.

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