Navigation
API > API/Runtime > API/Runtime/Core
| Name | FGenericStackBasedMallocCrash |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMallocCrash.h |
| Include Path | #include "GenericPlatform/GenericPlatformMallocCrash.h" |
Syntax
struct FGenericStackBasedMallocCrash : public FMalloc
Inheritance Hierarchy
- FExec → FMalloc → FGenericStackBasedMallocCrash
- FUseSystemMallocForNew → FMalloc → FGenericStackBasedMallocCrash
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGenericStackBasedMallocCrash
(
FMalloc* MainMalloc |
GenericPlatform/GenericPlatformMallocCrash.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FGenericStackBasedMallocCrash() |
GenericPlatform/GenericPlatformMallocCrash.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentFreeMemPtr | uint8 * | GenericPlatform/GenericPlatformMallocCrash.h | ||
| FreeMemoryEndPtr | uint8 * | GenericPlatform/GenericPlatformMallocCrash.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetAsGMalloc() |
GenericPlatform/GenericPlatformMallocCrash.h |
Overridden from FMalloc
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Free
(
void* Original |
Free | GenericPlatform/GenericPlatformMallocCrash.h | |
virtual const TCHAR * GetDescriptiveName() |
Gets descriptive name for logging purposes. | GenericPlatform/GenericPlatformMallocCrash.h | |
virtual void * Malloc
(
SIZE_T Count, |
Malloc | GenericPlatform/GenericPlatformMallocCrash.h | |
virtual void * Realloc
(
void* Original, |
Realloc | GenericPlatform/GenericPlatformMallocCrash.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FGenericStackBasedMallocCrash & Get
(
FMalloc* MainMalloc |
Creates a new instance. | GenericPlatform/GenericPlatformMallocCrash.h | |
static bool IsActive() |
GenericPlatform/GenericPlatformMallocCrash.h |