Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FGPUDefragAllocator
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
| Type | Name | Description | |
|---|---|---|---|
| int64 | LargestHoleSize | Size of the largest free consecutive memory region, before any relocations were made. | |
| int64 | NumBytesDownShifted | Number of uint8s relocated by brute-force downshifting. | |
| int64 | NumBytesRelocated | Number of uint8s relocated, in total. | |
| int32 | NumHoles | Number of disjoint32 free memory regions, before any relocations were made. | |
| int32 | NumLockedChunks | Number of chunks that are locked and cannot be relocated | |
| int32 | NumRelocations | Number of relocations initiated. |
Constructors
| Type | Name | Description | |
|---|---|---|---|