FGPUDefragAllocator::SortFreeList

Sorts the freelist based on increasing base address.

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 SortFreeList
(
    int32 & NumFreeChunks,
    int64 & LargestFreeChunk
)

Remarks

Sorts the freelist based on increasing base address.

Sorts the freelist based on increasing base address.

Parameters

Parameter

Description

NumFreeChunks

[out] Number of free chunks

LargestFreeChunk

[out] Size of the largest free chunk, in uint8s

NumFreeChunks

[out] Number of free chunks

LargestFreeChunk

[out] Size of the largest free chunk, in bytes

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