FGPUDefragAllocator::GetAllocatedSize

Returns the amount of memory allocated for the specified address.

Windows
MacOS
Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/GPUDefragAllocator.h

Include

#include "GPUDefragAllocator.h"

Source

/Engine/Source/Runtime/RHI/Private/GPUDefragAllocator.cpp

Syntax

int64 GetAllocatedSize
(
    void * Pointer
)

Remarks

Returns the amount of memory allocated for the specified address.

Returns the amount of memory allocated for the specified address.

Returns

Number of bytes allocated

Parameters

Parameter

Description

Pointer

Pointer to check.

Pointer

Pointer to check.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss