Home
last modified time | relevance | path

Searched refs:ctl_bymib (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dctl.h100 int ctl_bymib(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp,
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h153 #define ctl_bymib JEMALLOC_N(ctl_bymib) macro
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c3686 ret = ctl_bymib(tsd, mib, miblen, oldp, oldlenp, newp, newlen); in je_mallctlbymib()
H A Dctl.c1338 ctl_bymib(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, in ctl_bymib() function