Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc.h70 # define je_dallocx dallocx
284 JEMALLOC_EXPORT void JEMALLOC_NOTHROW je_dallocx(void *ptr, int flags);
409 # define dallocx je_dallocx
442 # undef je_dallocx
64 # define je_dallocx global() macro
H A Djemalloc_FreeBSD.h122 #undef je_dallocx
144 #define je_dallocx __dallocx
138 #define je_dallocx global() macro
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h3 #define je_dallocx JEMALLOC_N(dallocx) macro
/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs271 +#undef je_dallocx
294 +#define je_dallocx __dallocx
475 + je_dallocx(ptr, flags);
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c3876 je_dallocx(void *ptr, int flags) { in je_dallocx() function
4375 je_dallocx(ptr, flags); in je_dallocm()