Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dtcache.c28 static tcaches_t *tcaches_avail; variable
639 if (tcaches_avail == NULL && tcaches_past > MALLOCX_TCACHE_MAX) { in tcaches_create_prep()
669 if (tcaches_avail != NULL) { in tcaches_create()
670 elm = tcaches_avail; in tcaches_create()
671 tcaches_avail = tcaches_avail->next; in tcaches_create()
724 elm->next = tcaches_avail; in tcaches_destroy()
725 tcaches_avail = elm; in tcaches_destroy()