Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FGPUDefragAllocator
Description
Frees allocation associated with the specified Pointer.
Frees allocation associated with passed in pointer.
| Name | Free |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/GPUDefragAllocator.h |
| Include Path | #include "GPUDefragAllocator.h" |
| Source | /Engine/Source/Runtime/RHI/Private/GPUDefragAllocator.cpp |
virtual void Free
(
void * Pointer
)
Parameters
| Name | Remarks |
|---|---|
| Pointer | Pointer to free. |
| Pointer | Pointer to free. |