Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dmalloc.c3200 tcache_perthread_struct *tcache_tmp = tcache; in tcache_thread_shutdown() local
3214 while (tcache_tmp->entries[i]) in tcache_thread_shutdown()
3216 tcache_entry *e = tcache_tmp->entries[i]; in tcache_thread_shutdown()
3220 tcache_tmp->entries[i] = REVEAL_PTR (e->next); in tcache_thread_shutdown()
3225 __libc_free (tcache_tmp); in tcache_thread_shutdown()