Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FGPUDefragAllocator
Description
Returns the amount of memory allocated for the specified address.
Returns the amount of memory allocated for the specified address.
| Name | GetAllocatedSize |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/GPUDefragAllocator.h |
| Include Path | #include "GPUDefragAllocator.h" |
| Source | /Engine/Source/Runtime/RHI/Private/GPUDefragAllocator.cpp |
int64 GetAllocatedSize
(
void * Pointer
)
Number of bytes allocated
Parameters
| Name | Remarks |
|---|---|
| Pointer | Pointer to check. |
| Pointer | Pointer to check. |