Home
last modified time | relevance | path

Searched refs:je_mallctlnametomib (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc.h68 # define je_mallctlnametomib mallctlnametomib macro
263 JEMALLOC_EXPORT int JEMALLOC_NOTHROW je_mallctlnametomib(const char *name,
380 # define mallctlnametomib je_mallctlnametomib
412 # undef je_mallctlnametomib
H A Djemalloc_FreeBSD.h120 #undef je_mallctlnametomib
142 #define je_mallctlnametomib __mallctlnametomib macro
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h7 #define je_mallctlnametomib JEMALLOC_N(mallctlnametomib) macro
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dctl.h118 if (je_mallctlnametomib(name, mibp, miblenp) != 0) { \
/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs275 +#undef je_mallctlnametomib
298 +#define je_mallctlnametomib __mallctlnametomib
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c3652 je_mallctlnametomib(const char *name, size_t *mibp, size_t *miblenp) { in je_mallctlnametomib() function