FGPUDefragAllocator::Split

Split allocation into two, first chunk being used and second being available.

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "GPUDefragAllocator.h"

Syntax

void Split
(
    FMemoryChunk * BaseChunk,
    int64 FirstSize
)

Remarks

Split allocation into two, first chunk being used and second being available. Maint32ains the free-list order if bSortedFreeList is true.

Parameters

Parameter

Description

BaseChunk

Chunk to split

FirstSize

New size of first chunk

bSortedFreeList

If true, maint32ains the free-list 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