Searched refs:ctl_lookup (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc/src/ |
D | ctl.c | 62 static int ctl_lookup(tsdn_t *tsdn, const char *name, 818 ctl_lookup(tsdn_t *tsdn, const char *name, ctl_node_t const **nodesp, in ctl_lookup() function 930 ret = ctl_lookup(tsd_tsdn(tsd), name, nodes, mib, &depth); in ctl_byname() 956 ret = ctl_lookup(tsdn, name, NULL, mibp, miblenp); in ctl_nametomib()
|