Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FGPUDefragAllocator
Description
Merges any adjacent free chunks into the specified free chunk. Doesn't affect the free-list sort order.
| Name | Coalesce |
| 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 Coalesce
(
FMemoryChunk * FreedChunk
)
Parameters
| Name | Remarks |
|---|---|
| FreedChunk | Chunk that just became available. |