Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtcache.c19 static unsigned tcaches_past; variable
465 if (tcaches_avail == NULL && tcaches_past > MALLOCX_TCACHE_MAX) { in tcaches_create_prep()
506 elm = &tcaches[tcaches_past]; in tcaches_create()
508 *r_ind = tcaches_past; in tcaches_create()
509 tcaches_past++; in tcaches_create()
/external/jemalloc_new/src/
Dtcache.c28 static unsigned tcaches_past; variable
587 if (tcaches_avail == NULL && tcaches_past > MALLOCX_TCACHE_MAX) { in tcaches_create_prep()
623 elm = &tcaches[tcaches_past]; in tcaches_create()
625 *r_ind = tcaches_past; in tcaches_create()
626 tcaches_past++; in tcaches_create()