Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/jemalloc/include/jemalloc/internal/
HDctl.h100 int ctl_bymib(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp,
HDprivate_namespace.h153 #define ctl_bymib JEMALLOC_N(ctl_bymib) macro
/freebsd-14-stable/contrib/jemalloc/src/
HDjemalloc.c3686 ret = ctl_bymib(tsd, mib, miblen, oldp, oldlenp, newp, newlen); in je_mallctlbymib()
HDctl.c1338 ctl_bymib(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, in ctl_bymib() function