Files
UnrealEngine/Engine/Source/Programs/DumpSyms/Private/MiMallocInject.cpp
2025-05-18 13:04:45 +08:00

5 lines
222 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
// This file exists solely to pull in mimalloc because otherwise the performance of our built dump_syms will suck (it allocates a looooot of memory).
#include "static.c"