Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtcache.c22 static tcaches_t *tcaches_avail; variable
465 if (tcaches_avail == NULL && tcaches_past > MALLOCX_TCACHE_MAX) { in tcaches_create_prep()
500 if (tcaches_avail != NULL) { in tcaches_create()
501 elm = tcaches_avail; in tcaches_create()
502 tcaches_avail = tcaches_avail->next; in tcaches_create()
544 elm->next = tcaches_avail; in tcaches_destroy()
545 tcaches_avail = elm; in tcaches_destroy()
/external/jemalloc_new/src/
Dtcache.c31 static tcaches_t *tcaches_avail; variable
587 if (tcaches_avail == NULL && tcaches_past > MALLOCX_TCACHE_MAX) { in tcaches_create_prep()
617 if (tcaches_avail != NULL) { in tcaches_create()
618 elm = tcaches_avail; in tcaches_create()
619 tcaches_avail = tcaches_avail->next; in tcaches_create()
663 elm->next = tcaches_avail; in tcaches_destroy()
664 tcaches_avail = elm; in tcaches_destroy()