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