FMallocBinned::DumpAllocatorStats

Dumps allocator stats to an output device. Subclasses should override to add additional info

Windows
MacOS
Linux

Override Hierarchy

FMalloc::DumpAllocatorStats()

FMallocBinned::DumpAllocatorStats()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/MallocBinned.h

Include

#include "HAL/MallocBinned.h"

Source

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

Syntax

virtual void DumpAllocatorStats
(
    class FOutputDevice & Ar
)

Remarks

Dumps allocator stats to an output device. Subclasses should override to add additional info

Parameters

Parameter

Description

Ar

[in] Output device

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