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
9typedef FGenericStackBasedMallocCrash FPlatformMallocCrash;
10#else
11typedef FGenericPlatformMallocCrash FPlatformMallocCrash;
12#endif
#define PLATFORM_USES_STACKBASED_MALLOC_CRASH
Definition Platform.h:417
FGenericPlatformMallocCrash FPlatformMallocCrash