Remove support for jemalloc

We only used it for measuring memory usage, but now we can use glibc's
allocator for that just fine
This commit is contained in:
Aleksey Kladov 2020-07-22 13:40:45 +02:00
parent 26932e0060
commit deed44a472
10 changed files with 7 additions and 109 deletions

View file

@ -64,5 +64,4 @@ mbe = { path = "../ra_mbe", package = "ra_mbe" }
tt = { path = "../ra_tt", package = "ra_tt" }
[features]
jemalloc = [ "ra_prof/jemalloc" ]
mimalloc = [ "ra_prof/mimalloc" ]

View file

@ -166,7 +166,7 @@ USAGE:
FLAGS:
-o, --only Only analyze items matching this path
-h, --help Prints help information
--memory-usage Collect memory usage statistics (requires `--features jemalloc`)
--memory-usage Collect memory usage statistics
--randomize Randomize order in which crates, modules, and items are processed
--parallel Run type inference in parallel
--load-output-dirs Load OUT_DIR values by running `cargo check` before analysis
@ -221,7 +221,7 @@ USAGE:
FLAGS:
-h, --help Prints help information
--memory-usage Collect memory usage statistics (requires `--features jemalloc`)
--memory-usage Collect memory usage statistics
--load-output-dirs Load OUT_DIR values by running `cargo check` before analysis
--with-proc-macro Use ra-proc-macro-srv for proc-macro expanding
-v, --verbose