Searched refs:miblenp (Results 1 – 7 of 7) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | ctl.h | 73 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/ |
D | jemalloc_protos.h | 47 size_t *mibp, size_t *miblenp);
|
D | jemalloc_protos_jet.h | 47 size_t *mibp, size_t *miblenp);
|
D | jemalloc_protos.h.in | 47 size_t *mibp, size_t *miblenp);
|
D | jemalloc.h | 241 size_t *mibp, size_t *miblenp);
|
/external/jemalloc/src/ |
D | jemalloc.c | 2577 je_mallctlnametomib(const char *name, size_t *mibp, size_t *miblenp) argument 2583 return (ctl_nametomib(name, mibp, miblenp));
|
D | ctl.c | 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()
|