FMallocLeakReportOptions

Options that can be supplied when calling FMallocLeakDetection::DumpOpenCallstacks

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "HAL/MallocLeakDetection.h"

Syntax

struct FMallocLeakReportOptions

Remarks

Options that can be supplied when calling FMallocLeakDetection::DumpOpenCallstacks

Variables

Name Description

Public variable

uint32

 

FrameEnd

Only show allocations from before this frame

Public variable

uint32

 

FrameStart

Only show allocations after this frame

Public variable

bool

 

OnlyNonDeleters

Restrict report to allocations that have no history of being deleted

Public variable

float

 

RateFilter

If >0 only report allocations at a greater bytes/frame than this

Public variable

uint32

 

SizeFilter

If >0 only report allocations greater than this size

Public variable

ESortOption

 

SortBy

Sort allocations by this (default - size)

Constructors

Name Description

Public function

FMallocLeakReportOptions()

Enums

Name

Description

Public enum

ESortOption

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