Home
last modified time | relevance | path

Searched refs:r_ind (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h41 bool tcaches_create(tsd_t *tsd, unsigned *r_ind);
/freebsd/contrib/jemalloc/src/
H A Dtcache.c651 tcaches_create(tsd_t *tsd, unsigned *r_ind) { in tcaches_create() argument
673 *r_ind = (unsigned)(elm - tcaches); in tcaches_create()
677 *r_ind = tcaches_past; in tcaches_create()