switch jemalloc-sys back to tikv-jemalloc-sys, and update to 0.6.0
This commit is contained in:
parent
efdd9e8020
commit
a69fe84ec8
7 changed files with 23 additions and 19 deletions
|
@ -43,6 +43,8 @@ fn main() {
|
|||
{
|
||||
use std::os::raw::{c_int, c_void};
|
||||
|
||||
use tikv_jemalloc_sys as jemalloc_sys;
|
||||
|
||||
#[used]
|
||||
static _F1: unsafe extern "C" fn(usize, usize) -> *mut c_void = jemalloc_sys::calloc;
|
||||
#[used]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue