You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]
11 lines
608 B
Plaintext
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> |