Searched refs:miblenp (Results 1 – 7 of 7) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | ctl.h | 95 int ctl_nametomib(tsd_t *tsd, const char *name, size_t *mibp, size_t *miblenp); 114 #define xmallctlnametomib(name, mibp, miblenp) do { \ argument 115 if (je_mallctlnametomib(name, mibp, miblenp) != 0) { \
|
/external/jemalloc_new/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 | 233 size_t *mibp, size_t *miblenp);
|
/external/jemalloc_new/src/ |
D | jemalloc.c | 3092 je_mallctlnametomib(const char *name, size_t *mibp, size_t *miblenp) { argument 3104 ret = ctl_nametomib(tsd, name, mibp, miblenp);
|
D | ctl.c | 1205 ctl_nametomib(tsd_t *tsd, const char *name, size_t *mibp, size_t *miblenp) { in ctl_nametomib() argument 1213 ret = ctl_lookup(tsd_tsdn(tsd), name, NULL, mibp, miblenp); in ctl_nametomib()
|