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