Searched refs:miblenp (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dctl.h98 int ctl_nametomib(tsd_t *tsd, const char *name, size_t *mibp, size_t *miblenp);
117 #define xmallctlnametomib(name, mibp, miblenp) do { \
118 if (je_mallctlnametomib(name, mibp, miblenp) != 0) { \
/freebsd-current/include/
H A Dmalloc_np.h83 int mallctlnametomib(const char *name, size_t *mibp, size_t *miblenp);
113 int __mallctlnametomib(const char *name, size_t *mibp, size_t *miblenp);
/freebsd-current/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h264 size_t *mibp, size_t *miblenp);
/freebsd-current/contrib/jemalloc/src/
H A Dctl.c1324 ctl_nametomib(tsd_t *tsd, const char *name, size_t *mibp, size_t *miblenp) { argument
1332 ret = ctl_lookup(tsd_tsdn(tsd), name, NULL, mibp, miblenp);
H A Djemalloc.c3652 je_mallctlnametomib(const char *name, size_t *mibp, size_t *miblenp) { argument
3664 ret = ctl_nametomib(tsd, name, mibp, miblenp);

Completed in 120 milliseconds