Searched refs:ctl_byname (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | ctl.h | 96 int ctl_byname(tsd_t *tsd, const char *name, void *oldp, size_t *oldlenp,
|
H A D | private_namespace.h | 154 #define ctl_byname JEMALLOC_N(ctl_byname) macro
|
/freebsd/contrib/jemalloc/src/ |
H A D | jemalloc.c | 3644 ret = ctl_byname(tsd, name, oldp, oldlenp, newp, newlen); in je_mallctl()
|
H A D | ctl.c | 1292 ctl_byname(tsd_t *tsd, const char *name, void *oldp, size_t *oldlenp, in ctl_byname() function
|