Searched refs:miblenp (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | ctl.h | 95 int ctl_nametomib(tsd_t *tsd, const char *name, size_t *mibp, size_t *miblenp); 114 #define xmallctlnametomib(name, mibp, miblenp) do { \ argument 115 if (je_mallctlnametomib(name, mibp, miblenp) != 0) { \
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/ |
| H A D | jemalloc_protos.h.in | 47 size_t *mibp, size_t *miblenp);
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | jemalloc.c | 3076 je_mallctlnametomib(const char *name, size_t *mibp, size_t *miblenp) { in je_mallctlnametomib() argument 3088 ret = ctl_nametomib(tsd, name, mibp, miblenp); in je_mallctlnametomib()
|
| H A D | ctl.c | 1205 ctl_nametomib(tsd_t *tsd, const char *name, size_t *mibp, size_t *miblenp) { in ctl_nametomib() argument 1213 ret = ctl_lookup(tsd_tsdn(tsd), name, NULL, mibp, miblenp); in ctl_nametomib()
|