Files
UnrealEngineUWP/Engine/Source/ThirdParty/mimalloc/Mimalloc.tps
Stefan Boberg 8f0e83305e Added mimalloc allocator from https://github.com/microsoft/mimalloc
Performs better than mimalloc in cooker benchmarks, but we still default to TBB malloc until the behaviour has been explored in more depth

To opt in to mimalloc, pass -mimalloc on the command line

#rb none

[CL 11114787 by Stefan Boberg in Dev-Core branch]
2020-01-27 07:08:26 -05:00

11 lines
608 B
Plaintext

<?xml version="1.0" encoding="utf-8"?>
<TpsData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Name>Mimalloc</Name>
<Location>Engine/Source/Thirdparty/mimalloc/...</Location>
<Function>Configurable memory allocator, used by UE4 Core library as an option for better performance and lower memory usage.C code, statically linked with Core library.</Function>
<Eula>https://github.com/microsoft/mimalloc/blob/master/LICENSE</Eula>
<RedistributeTo>
<EndUserGroup>P4</EndUserGroup>
</RedistributeTo>
<LicenseFolder></LicenseFolder>
</TpsData>