Home
last modified time | relevance | path

Searched defs:dallocx (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc_new/include/jemalloc/
Djemalloc_mangle_jet.h14 # define dallocx jet_dallocx macro
Djemalloc_mangle.h14 # define dallocx je_dallocx macro
Djemalloc.h345 # define dallocx je_dallocx macro
/external/rust/crates/tikv-jemalloc-sys/src/
Dlib.rs382 pub fn dallocx(ptr: *mut c_void, flags: c_int); in dallocx() function
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs5363 pub fn dallocx(ptr: *mut ::c_void, flags: ::c_int); in dallocx() function