update jemalloc-sys to jemalloc v5.3
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user