Home
last modified time | relevance | path

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

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