Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dmalloc.c3142 static uintptr_t tcache_key; variable
3156 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()
/glibc-2.36/ChangeLog.old/
DChangeLog.234369 [USE_TCACHE](tcache_key): New.