Searched refs:mibp (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dctl_externs.h8 int ctl_nametomib(tsdn_t *tsdn, const char *name, size_t *mibp,
28 #define xmallctlnametomib(name, mibp, miblenp) do { \
29 if (je_mallctlnametomib(name, mibp, miblenp) != 0) { \
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/
H A Djemalloc_protos_jet.h47 size_t *mibp, size_t *miblenp);
H A Djemalloc_protos.h47 size_t *mibp, size_t *miblenp);
H A Djemalloc.h254 size_t *mibp, size_t *miblenp);
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dctl.c831 size_t *mibp, size_t *depthp)
863 mibp[i] = j;
883 node = inode->index(tsdn, mibp, *depthp, (size_t)index);
891 mibp[i] = (size_t)index;
959 ctl_nametomib(tsdn_t *tsdn, const char *name, size_t *mibp, size_t *miblenp) argument
968 ret = ctl_lookup(tsdn, name, NULL, mibp, miblenp);
830 ctl_lookup(tsdn_t *tsdn, const char *name, ctl_node_t const **nodesp, size_t *mibp, size_t *depthp) argument
H A Djemalloc.c2638 je_mallctlnametomib(const char *name, size_t *mibp, size_t *miblenp) argument
2648 ret = ctl_nametomib(tsdn, name, mibp, miblenp);

Completed in 89 milliseconds