default to jemalloc when both hardened_malloc and jemalloc enabled.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
3a51e18ce6
commit
0e46b750a0
4 changed files with 13 additions and 22 deletions
|
@ -1,3 +1,5 @@
|
|||
//! jemalloc allocator
|
||||
|
||||
use std::ffi::{c_char, c_void};
|
||||
|
||||
use tikv_jemalloc_ctl as mallctl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue