FRelocationStats

Container for allocator relocation stats.

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "GPUDefragAllocator.h"

Syntax

struct FRelocationStats

Remarks

Container for allocator relocation stats.

Variables

Name Description

Public variable

int64

 

LargestHoleSize

Size of the largest free consecutive memory region, before any relocations were made.

Public variable

int64

 

NumBytesDownShifted

Number of uint8s relocated by brute-force downshifting.

Public variable

int64

 

NumBytesRelocated

Number of uint8s relocated, in total.

Public variable

int32

 

NumHoles

Number of disjoint32 free memory regions, before any relocations were made.

Public variable

int32

 

NumLockedChunks

Number of chunks that are locked and cannot be relocated

Public variable

int32

 

NumRelocations

Number of relocations initiated.

Constructors

Name Description

Public function

FRelocationStats()

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