Navigation
API > API/Runtime > API/Runtime/Core
| Name | FMallocFrameProfiler |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/MallocFrameProfiler.h |
| Include Path | #include "HAL/MallocFrameProfiler.h" |
Syntax
class FMallocFrameProfiler : public FMallocCallstackHandler
Inheritance Hierarchy
- FExec → FMalloc → FMallocCallstackHandler → FMallocFrameProfiler
- FUseSystemMallocForNew → FMalloc → FMallocCallstackHandler → FMallocFrameProfiler
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMallocFrameProfiler
(
FMalloc* InMalloc |
HAL/MallocFrameProfiler.h |
Structs
| Name | Remarks |
|---|---|
| FCallStackStats |
Functions
Public
Overridden from FMallocCallstackHandler
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Init() |
HAL/MallocFrameProfiler.h |
Overridden from FMalloc
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void UpdateStats () |
Called once per frame, gathers and sets all memory allocator statistics into the corresponding stats. | HAL/MallocFrameProfiler.h |
Overridden from FExec
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Exec
(
UWorld* InWorld, |
Handles any commands passed in on the command line | HAL/MallocFrameProfiler.h |
Protected
Overridden from FMallocCallstackHandler
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsDisabled() |
HAL/MallocFrameProfiler.h | ||
virtual void TrackFree
(
void* Ptr, |
HAL/MallocFrameProfiler.h | ||
virtual void TrackMalloc
(
void* Ptr, |
HAL/MallocFrameProfiler.h | ||
virtual void TrackRealloc
(
void* OldPtr, |
HAL/MallocFrameProfiler.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| HAL/MallocFrameProfiler.h |