Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FGPUDefragAllocator > API/Runtime/RHI/FGPUDefragAllocator/FMemoryChunk
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/GPUDefragAllocator.h |
| Include | #include "GPUDefragAllocator.h" |
FMemoryChunk
(
uint8 * InBase,
int64 InSize,
FGPUDefragAllocator & InBestFitAllocator,
FMemoryChunk *& ChunkToInsertAfter,
TStatId InStat
)
Remarks
Private constructor.
Parameters
| Name | Description |
|---|---|
| InBase | Pointer to base of chunk |
| InSize | Size of chunk |
| ChunkToInsertAfter | Chunk to insert this after. |
| FirstFreeChunk | Reference to first free chunk Pointer. |