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.h64 # define je_dallocx dallocx macro
255 JEMALLOC_EXPORT void JEMALLOC_NOTHROW je_dallocx(void *ptr, int flags);
376 # define dallocx je_dallocx
408 # undef je_dallocx
H A Djemalloc_FreeBSD.h116 #undef je_dallocx
138 #define je_dallocx __dallocx 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.c3472 je_dallocx(void *ptr, int flags) { in je_dallocx() function
3806 je_dallocx(ptr, flags); in je_dallocm()