mirror of
https://github.com/servo/servo.git
synced 2025-10-01 17:19:16 +01:00
Add use-system-allocator
to not use jemalloc (#31443)
* Add `use-system-allocator` feature * Allow `servo_allocator/use-system-allocator` on servoshell
This commit is contained in:
parent
cd92a17c5e
commit
9a9abe9152
4 changed files with 19 additions and 3 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -5475,6 +5475,7 @@ dependencies = [
|
|||
"log",
|
||||
"raw-window-handle",
|
||||
"servo-media",
|
||||
"servo_allocator",
|
||||
"shellwords",
|
||||
"sig",
|
||||
"surfman",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue