Searched refs:tcache_key (Results 1 – 2 of 2) sorted by relevance
3142 static uintptr_t tcache_key; variable3156 if (__getrandom (&tcache_key, sizeof(tcache_key), GRND_NONBLOCK) in tcache_key_initialize()3157 != sizeof (tcache_key)) in tcache_key_initialize()3159 tcache_key = random_bits (); in tcache_key_initialize()3161 tcache_key = (tcache_key << 32) | random_bits (); in tcache_key_initialize()3175 e->key = tcache_key; in tcache_put()4455 if (__glibc_unlikely (e->key == tcache_key)) in _int_free()
4369 [USE_TCACHE](tcache_key): New.