You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
10 lines
296 B
C++
10 lines
296 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
// Compile this file to override new and delete
|
|
// To override malloc/free, include mimalloc-override.h
|
|
|
|
#if defined(UBA_USE_MIMALLOC)
|
|
// mimalloc-new-delete.h should be included in only one source file!
|
|
#include <mimalloc-new-delete.h>
|
|
#endif
|