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]
12 lines
631 B
JavaScript
12 lines
631 B
JavaScript
var modules =
|
|
[
|
|
[ "Basic Allocation", "group__malloc.html", "group__malloc" ],
|
|
[ "Extended Functions", "group__extended.html", "group__extended" ],
|
|
[ "Aligned Allocation", "group__aligned.html", "group__aligned" ],
|
|
[ "Heap Allocation", "group__heap.html", "group__heap" ],
|
|
[ "Zero initialized re-allocation", "group__zeroinit.html", "group__zeroinit" ],
|
|
[ "Typed Macros", "group__typed.html", "group__typed" ],
|
|
[ "Heap Introspection", "group__analysis.html", "group__analysis" ],
|
|
[ "Runtime Options", "group__options.html", "group__options" ],
|
|
[ "Posix", "group__posix.html", "group__posix" ]
|
|
]; |