Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FGPUDefragAllocator > API/Runtime/RHI/FGPUDefragAllocator/FMemoryChunk
Description
Inserts this chunk at the head of the free chunk list.
Inserts this chunk at the head of the free chunk list. If bMaintainSortOrder is true, insert-sort this chunk into the free chunk list.
| Name | LinkFree |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/GPUDefragAllocator.h |
| Include Path | #include "GPUDefragAllocator.h" |
| Source | /Engine/Source/Runtime/RHI/Private/GPUDefragAllocator.cpp |
void LinkFree
(
FMemoryChunk * FirstFreeChunkToSearch
)