Skip to content

Commit c47c243

Browse files
authored
fix: patched mimalloc to use MADV_DONTNEED than MADV_FREE on Linux (#9037)
* feat: init * chore: use forked version of mimalloc
1 parent 8a303cc commit c47c243

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ itertools = { version = "0.14.0" }
5252
json = { version = "0.12.4" }
5353
lightningcss = { version = "1.0.0-alpha.63" }
5454
linked_hash_set = { version = "0.1.5" }
55-
mimalloc = { version = "0.1.43" }
55+
mimalloc = { version = "0.1.44", package = "mimalloc-rspack" }
5656
mime_guess = { version = "2.0.5" }
5757
once_cell = { version = "1.20.2" }
5858
parcel_sourcemap = { version = "2.1.1" }
@@ -188,6 +188,8 @@ rspack_swc_plugin_import = { version = "0.2.0", path = "crates/swc
188188
rspack_testing = { version = "0.2.0", path = "crates/rspack_testing" }
189189
rspack_tracing = { version = "0.2.0", path = "crates/rspack_tracing" }
190190
rspack_util = { version = "0.2.0", path = "crates/rspack_util" }
191+
192+
191193
[workspace.metadata.release]
192194
rate-limit = { existing-packages = 70, new-packages = 70 }
193195
[profile.dev]

0 commit comments

Comments
 (0)