Home
last modified time | relevance | path

Searched refs:mibp (Results 1 – 7 of 7) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dctl.h73 int ctl_nametomib(const char *name, size_t *mibp, size_t *miblenp);
92 #define xmallctlnametomib(name, mibp, miblenp) do { \ argument
93 if (je_mallctlnametomib(name, mibp, miblenp) != 0) { \
/external/jemalloc/include/jemalloc/
Djemalloc_protos_jet.h47 size_t *mibp, size_t *miblenp);
Djemalloc_protos.h47 size_t *mibp, size_t *miblenp);
Djemalloc_protos.h.in47 size_t *mibp, size_t *miblenp);
Djemalloc.h241 size_t *mibp, size_t *miblenp);
/external/jemalloc/src/
Dctl.c63 size_t *mibp, size_t *depthp);
808 ctl_lookup(const char *name, ctl_node_t const **nodesp, size_t *mibp, in ctl_lookup() argument
841 mibp[i] = j; in ctl_lookup()
861 node = inode->index(mibp, *depthp, (size_t)index); in ctl_lookup()
869 mibp[i] = (size_t)index; in ctl_lookup()
937 ctl_nametomib(const char *name, size_t *mibp, size_t *miblenp) in ctl_nametomib() argument
946 ret = ctl_lookup(name, NULL, mibp, miblenp); in ctl_nametomib()
Djemalloc.c2577 je_mallctlnametomib(const char *name, size_t *mibp, size_t *miblenp) argument
2583 return (ctl_nametomib(name, mibp, miblenp));