Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dctl.h96 int ctl_byname(tsd_t *tsd, const char *name, void *oldp, size_t *oldlenp,
H A Dprivate_namespace.h154 #define ctl_byname JEMALLOC_N(ctl_byname) macro
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c3644 ret = ctl_byname(tsd, name, oldp, oldlenp, newp, newlen); in je_mallctl()
H A Dctl.c1292 ctl_byname(tsd_t *tsd, const char *name, void *oldp, size_t *oldlenp, in ctl_byname() function