Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
PlatformMallocCrash.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
#
pragma
once
3
4
#
include
"CoreTypes.h"
5
6
#
include
"GenericPlatform/GenericPlatformMallocCrash.h"
7
8
#
if
PLATFORM_USES_STACKBASED_MALLOC_CRASH
9
typedef
FGenericStackBasedMallocCrash FPlatformMallocCrash;
10
#
else
11
typedef
FGenericPlatformMallocCrash
FPlatformMallocCrash
;
12
#
endif
PLATFORM_USES_STACKBASED_MALLOC_CRASH
#define PLATFORM_USES_STACKBASED_MALLOC_CRASH
Definition
Platform.h:417
FPlatformMallocCrash
FGenericPlatformMallocCrash FPlatformMallocCrash
Definition
PlatformMallocCrash.h:11
Downloads
ArkServerAPI_NEW
ASA
AsaApi
AsaApi
Core
Public
API
UE
HAL
PlatformMallocCrash.h
Generated by
1.10.0