FMallocBinned2::Private::GetOrCreatePoolInfo

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

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "HAL/MallocBinned2.cpp"

Syntax

static FPoolInfo * GetOrCreatePoolInfo
(
    FMallocBinned2 & Allocator,
    void * InPtr,
    FMallocBinned2::FPoolInfo::ECanary Kind,
    bool bPreexisting
)

Remarks

Gets the FPoolInfo for a memory address. If no valid info exists one is created.

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