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" |
void LinkFreeChunk
&40;
FMemoryChunk &42; Chunk
&41;
Remarks
Frees the passed in chunk and coalesces adjacent free chunks into 'Chunk' if possible. Maint32ains the free-list order if bSortedFreeList is true.
Parameters
Name | Description |
---|---|
Chunk | Chunk to mark as available. |
bSortedFreeList | If true, maintains the free-list sort order |