Skip to content

Commit

Permalink
Revert "fix: patched mimalloc to use MADV_DONTNEED than MADV_FREE
Browse files Browse the repository at this point in the history
… on Linux (#9037)"

This reverts commit c47c243.
  • Loading branch information
chenjiahan committed Jan 24, 2025
1 parent 494aaa1 commit 23f7c8d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ itertools = { version = "0.14.0" }
json = { version = "0.12.4" }
lightningcss = { version = "1.0.0-alpha.63" }
linked_hash_set = { version = "0.1.5" }
mimalloc = { version = "0.1.44", package = "mimalloc-rspack" }
mimalloc = { version = "0.1.43" }
mime_guess = { version = "2.0.5" }
once_cell = { version = "1.20.2" }
parcel_sourcemap = { version = "2.1.1" }
Expand Down Expand Up @@ -188,8 +188,6 @@ rspack_swc_plugin_import = { version = "0.2.0", path = "crates/swc
rspack_testing = { version = "0.2.0", path = "crates/rspack_testing" }
rspack_tracing = { version = "0.2.0", path = "crates/rspack_tracing" }
rspack_util = { version = "0.2.0", path = "crates/rspack_util" }


[workspace.metadata.release]
rate-limit = { existing-packages = 70, new-packages = 70 }
[profile.dev]
Expand Down

0 comments on commit 23f7c8d

Please sign in to comment.