Files
UnrealEngineUWP/Engine/Source/Programs/UnrealBuildAccelerator/Mimalloc/Private/UbaMimalloc.c
henrik karlsson 34b52deafb [UBA]
* Added hint to unmapfileview to be able to add useful information to asserts on fails
* Added error handling for vsnprintf returning error
* Fixed memory stomp in unit test
* Removed usage of %hs on non-windows since asan complains about it
* Changed UBA_USE_MIMALLOC to always be defined and be 0 or 1 instead of using ifdef
* Enabled mimalloc on linux

[CL 31355077 by henrik karlsson in ue5-main branch]
2024-02-09 16:12:12 -05:00

6 lines
100 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#if UBA_USE_MIMALLOC
#include "static.c"
#endif