Home
last modified time | relevance | path

Searched refs:ctl_nametomib (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dctl.h95 int ctl_nametomib(tsd_t *tsd, const char *name, size_t *mibp, size_t *miblenp);
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Djemalloc.c3088 ret = ctl_nametomib(tsd, name, mibp, miblenp); in je_mallctlnametomib()
H A Dctl.c1205 ctl_nametomib(tsd_t *tsd, const char *name, size_t *mibp, size_t *miblenp) { in ctl_nametomib() function