Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use mimalloc as global memory allocator (#749)
This should make allocation behavior more consistent across different builds and reduce memory fragmentation issues. The allocation behavior of the `nativelink` executable is now configurable with `MIMALLOC_*` environment variables as described here: https://microsoft.github.io/mimalloc/environment.html
- Loading branch information