Searched defs:mibp (Results 1 - 2 of 2) sorted by relevance

/external/jemalloc/src/
H A Dctl.c63 ctl_node_t const **nodesp, size_t *mibp, size_t *depthp);
819 size_t *mibp, size_t *depthp)
851 mibp[i] = j;
871 node = inode->index(tsdn, mibp, *depthp, (size_t)index);
879 mibp[i] = (size_t)index;
947 ctl_nametomib(tsdn_t *tsdn, const char *name, size_t *mibp, size_t *miblenp) argument
956 ret = ctl_lookup(tsdn, name, NULL, mibp, miblenp);
818 ctl_lookup(tsdn_t *tsdn, const char *name, ctl_node_t const **nodesp, size_t *mibp, size_t *depthp) argument
H A Djemalloc.c2720 je_mallctlnametomib(const char *name, size_t *mibp, size_t *miblenp) argument
2730 ret = ctl_nametomib(tsdn, name, mibp, miblenp);

Completed in 158 milliseconds