Ark Server API (ASA) - Wiki
|
#include "CoreMinimal.h"
#include "HAL/LowLevelMemTracker.h"
#include "Misc/ScopeLock.h"
#include "ProfilingDebugging/MemoryTrace.h"
#include "Stats/Stats.h"
Go to the source code of this file.
Macros | |
#define | ALLOCATION_HISTOGRAM (!UE_BUILD_SHIPPING && !UE_BUILD_TEST) && 1 |
#define | ALLOCATION_HISTOGRAM_DETAILED (!UE_BUILD_SHIPPING && !UE_BUILD_TEST) && 0 |
#define ALLOCATION_HISTOGRAM (!UE_BUILD_SHIPPING && !UE_BUILD_TEST) && 1 |
Definition at line 24 of file GenericGrowableAllocator.h.
#define ALLOCATION_HISTOGRAM_DETAILED (!UE_BUILD_SHIPPING && !UE_BUILD_TEST) && 0 |
Definition at line 25 of file GenericGrowableAllocator.h.