Searched refs:mibp (Results 1 – 9 of 9) 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 | ctl.c | 1076 size_t *mibp, size_t *depthp) { in ctl_lookup() argument 1108 mibp[i] = j; in ctl_lookup() 1128 node = inode->index(tsdn, mibp, *depthp, (size_t)index); in ctl_lookup() 1137 mibp[i] = (size_t)index; in ctl_lookup() 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()
|
D | jemalloc.c | 3092 je_mallctlnametomib(const char *name, size_t *mibp, size_t *miblenp) { argument 3104 ret = ctl_nametomib(tsd, name, mibp, miblenp);
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1559 mibp: *mut ::c_int, in sysctlnametomib()
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 3503 mibp: *mut ::c_int, in sysctlnametomib()
|