FMallocBinned::Private::GetPoolInfo

Gets the [FPoolInfo](API\Runtime\Core\HAL\FMallocBinned\FPoolInfo) for a memory address.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Private/HAL/MallocBinned.cpp

Include

#include "HAL/MallocBinned.cpp"

Syntax

static FPoolInfo * GetPoolInfo
(
    FMallocBinned & Allocator,
    UPTRINT Ptr
)

Remarks

Gets the FPoolInfo for a memory address. If no valid info exists one is created. NOTE: This function requires a mutex across threads, but its is the callers responsibility to acquire the mutex before calling

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