diff options
author | Florian Weimer <fweimer@redhat.com> | 2015-10-17 12:06:48 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2015-10-17 12:06:48 +0200 |
commit | 6782806d8f6664d87d17bb30f8ce4e0c7c931e17 (patch) | |
tree | 801f82fe3599960755a3d253637afd843f2f0c12 /manual/memory.texi | |
parent | db8ad8fac3ebdb6c68964f4d24185c2bd2c83342 (diff) | |
download | glibc-6782806d8f6664d87d17bb30f8ce4e0c7c931e17.zip glibc-6782806d8f6664d87d17bb30f8ce4e0c7c931e17.tar.gz glibc-6782806d8f6664d87d17bb30f8ce4e0c7c931e17.tar.bz2 |
malloc: Rewrite with explicit TLS access using __thread
Diffstat (limited to 'manual/memory.texi')
-rw-r--r-- | manual/memory.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/manual/memory.texi b/manual/memory.texi index 0729e70..cea2cd7 100644 --- a/manual/memory.texi +++ b/manual/memory.texi @@ -332,8 +332,6 @@ this function is in @file{stdlib.h}. @c __libc_malloc @asulock @aculock @acsfd @acsmem @c force_reg ok @c *malloc_hook unguarded -@c arena_lookup ok -@c tsd_getspecific ok, TLS @c arena_lock @asulock @aculock @acsfd @acsmem @c mutex_lock @asulock @aculock @c arena_get2 @asulock @aculock @acsfd @acsmem @@ -341,7 +339,6 @@ this function is in @file{stdlib.h}. @c mutex_lock (list_lock) dup @asulock @aculock @c mutex_unlock (list_lock) dup @aculock @c mutex_lock (arena lock) dup @asulock @aculock [returns locked] -@c tsd_setspecific ok, TLS @c __get_nprocs ext ok @acsfd @c NARENAS_FROM_NCORES ok @c catomic_compare_and_exchange_bool_acq ok @@ -835,7 +832,6 @@ is declared in @file{stdlib.h}. @c *__malloc_hook dup unguarded @c memset dup ok @c arena_get @asulock @aculock @acsfd @acsmem -@c arena_lookup dup ok @c arena_lock dup @asulock @aculock @acsfd @acsmem @c top dup ok @c chunksize dup ok |