Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform
Inheritance Hierarchy
- FUseSystemMallocForNew
- FExec
- FMalloc
- FGenericStackBasedMallocCrash
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMallocCrash.h |
| Include | #include "GenericPlatform/GenericPlatformMallocCrash.h" |
Syntax
struct FGenericStackBasedMallocCrash : public FMalloc
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGenericStackBasedMallocCrash
(
FMalloc* MainMalloc |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FGenericStackBasedMallocCrash & | Creates a new instance. | ||
| bool | IsActive () |
||
| void | SetAsGMalloc () |
Overridden from FMalloc
| Type | Name | Description | |
|---|---|---|---|
| void | Free
(
void* Original |
Free | |
| const TCHAR * | Gets descriptive name for logging purposes. | ||
| void * | Malloc | ||
| void * | Realloc |
Enums
| Type | Name | Description | |
|---|---|---|---|
| API/Runtime/Core/GenericPlatform/FGenericStackBasedMallocCrash_1 |