Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/
Djemalloc_mangle_jet.h27 # define rallocx jet_rallocx macro
Djemalloc_mangle.h27 # define rallocx je_rallocx macro
Djemalloc.h358 # define rallocx je_rallocx macro
/external/rust/crates/tikv-jemalloc-sys/src/
Dlib.rs311 pub fn rallocx(ptr: *mut c_void, size: size_t, flags: c_int) -> *mut c_void; in rallocx() function
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs5359 pub fn rallocx(ptr: *mut ::c_void, size: ::size_t, flags: ::c_int) -> *mut ::c_void; in rallocx() function