update jemalloc-sys to jemalloc v5.3
This commit is contained in:
parent
9fadabc879
commit
adab1350e7
4 changed files with 17 additions and 21 deletions
|
@ -70,9 +70,7 @@ extern crate test;
|
|||
// See docs in https://github.com/rust-lang/rust/blob/master/compiler/rustc/src/main.rs
|
||||
// about jemalloc.
|
||||
#[cfg(feature = "jemalloc")]
|
||||
extern crate tikv_jemalloc_sys;
|
||||
#[cfg(feature = "jemalloc")]
|
||||
use tikv_jemalloc_sys as jemalloc_sys;
|
||||
extern crate jemalloc_sys;
|
||||
|
||||
use std::default::Default;
|
||||
use std::env::{self, VarError};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue