1
Fork 0

switch jemalloc-sys back to tikv-jemalloc-sys, and update to 0.6.0

This commit is contained in:
Rémy Rakic 2024-12-02 16:16:41 +00:00
parent efdd9e8020
commit a69fe84ec8
7 changed files with 23 additions and 19 deletions

View file

@ -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]