Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL
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
| Type | Name | Description | |
|---|---|---|---|
| uint32 | FrameEnd | Only show allocations from before this frame | |
| uint32 | FrameStart | Only show allocations after this frame | |
| bool | OnlyNonDeleters | Restrict report to allocations that have no history of being deleted | |
| FOutputDevice * | OutputDevice | Output device used for writing reports. If null, a memreport file will be written | |
| float | RateFilter | If >0 only report allocations at a greater bytes/frame than this | |
| uint32 | SizeFilter | If >0 only report allocations greater than this size | |
| ESortOption | SortBy | Sort allocations by this (default - size) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Enums
| Type | Name | Description | |
|---|---|---|---|
| ESortOption |