Home
last modified time | relevance | path

Searched refs:je_sallocx (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h80 # define je_sallocx sallocx macro
253 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW je_sallocx(const void *ptr,
392 # define sallocx je_sallocx
424 # undef je_sallocx
H A Djemalloc_FreeBSD.h115 #undef je_sallocx
137 #define je_sallocx __sallocx macro
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h19 #define je_sallocx JEMALLOC_N(sallocx) macro
/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs270 +#undef je_sallocx
293 +#define je_sallocx __sallocx
469 + *rsize = je_sallocx(ptr, flags);
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c3446 je_sallocx(const void *ptr, int flags) { in JEMALLOC_ATTR()
3800 *rsize = je_sallocx(ptr, flags); in je_sallocm()