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
446 if (tcaches_avail == NULL && tcaches_past > MALLOCX_TCACHE_MAX) in tcaches_create()
458 elm = &tcaches[tcaches_past]; in tcaches_create()
460 *r_ind = tcaches_past; in tcaches_create()
461 tcaches_past++; in tcaches_create()