Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtcache.c19 static unsigned tcaches_past; variable
455 if (tcaches_avail == NULL && tcaches_past > MALLOCX_TCACHE_MAX) in tcaches_create()
467 elm = &tcaches[tcaches_past]; in tcaches_create()
469 *r_ind = tcaches_past; in tcaches_create()
470 tcaches_past++; in tcaches_create()