Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtcache.c22 static tcaches_t *tcaches_avail; variable
455 if (tcaches_avail == NULL && tcaches_past > MALLOCX_TCACHE_MAX) in tcaches_create()
461 if (tcaches_avail != NULL) { in tcaches_create()
462 elm = tcaches_avail; in tcaches_create()
463 tcaches_avail = tcaches_avail->next; in tcaches_create()
498 elm->next = tcaches_avail; in tcaches_destroy()
499 tcaches_avail = elm; in tcaches_destroy()