Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMallocCrash
| |
|
| Name |
FGenericPlatformMallocCrash |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMallocCrash.h |
| Include Path |
#include "GenericPlatform/GenericPlatformMallocCrash.h" |
Syntax
enum FGenericPlatformMallocCrash
{
LARGE_MEMORYPOOL_SIZE = 2 * 1024 * 1024,
REQUIRED_ALIGNMENT = 16,
NUM_POOLS = 14,
MAX_NUM_ALLOCS_IN_POOL = 2048,
MEM_TAG = 0xfe,
MEM_WIPETAG = 0xcd,
}
Values
| Name |
Remarks |
| LARGE_MEMORYPOOL_SIZE |
|
| REQUIRED_ALIGNMENT |
|
| NUM_POOLS |
|
| MAX_NUM_ALLOCS_IN_POOL |
|
| MEM_TAG |
|
| MEM_WIPETAG |
|