Skip to content

Commit

Permalink
Revert "ref: Use jemalloc instead of system allocator (#344)" (#360)
Browse files Browse the repository at this point in the history
This reverts commit 4eafc47.
  • Loading branch information
untitaker authored and jan-auer committed Dec 11, 2019
1 parent 1ccf3d1 commit 1679dac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
28 changes: 0 additions & 28 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ path = "../general"

[target."cfg(not(windows))".dependencies]
libc = "0.2.60"
jemallocator = "0.3.2"

[dev-dependencies]
insta = "0.11.0"
4 changes: 0 additions & 4 deletions server/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
//! [`run`]: fn.run.html
#![warn(missing_docs)]

#[cfg(not(windows))]
#[global_allocator]
static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc;

mod actors;
mod body;
mod constants;
Expand Down

0 comments on commit 1679dac

Please sign in to comment.