Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use turbo-tasks-malloc on all platforms
This was previously disabled on aarch64-unknown-linux-musl and wasm, due to compilation errors. I moved the logic to disable mimalloc on these platforms into the turbo-tasks-malloc crates in vercel/turborepo#8462 In addition to centralizing mimalloc platform support logic, this means that we can get allocation data from these platforms while using the system allocator.
- Loading branch information