FGenericPlatformMemory::OnLowLevelMemory_Alloc

Called for all default tracker LLM allocations and frees, when LLM is enabled.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h

Include

#include "GenericPlatform/GenericPlatformMemory.h"

Syntax

static void OnLowLevelMemory_Alloc
(
    void const * Pointer,
    uint64 Size,
    uint64 Tag
)

Remarks

Called for all default tracker LLM allocations and frees, when LLM is enabled. Provides a single alloc/free hook that platforms can implement to support platform specific memory analysis tools.

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