Details
-
Technical task
-
Resolution: Fixed
-
Major
-
4.5.0
-
None
Description
Step 4 - Switch to jemalloc on Windows.
Disable TCMalloc’s CRT patching.
Given that the TCMalloc CRT-patching is now be unused (as allocations occur via cbmalloc), we can remove the TCMalloc (and it's CRT patching) and use the same memory allocator as on Linux (jemalloc).