Searched refs:ctl_bymib (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | ctl.h | 100 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 D | private_namespace.h | 153 #define ctl_bymib JEMALLOC_N(ctl_bymib) macro
|
/freebsd/contrib/jemalloc/src/ |
H A D | jemalloc.c | 3686 ret = ctl_bymib(tsd, mib, miblen, oldp, oldlenp, newp, newlen); in je_mallctlbymib()
|
H A D | ctl.c | 1338 ctl_bymib(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, in ctl_bymib() function
|