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