diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-31 14:42:34 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-31 14:42:34 -0500 |
commit | 41b81892f11fe1353123e892158b53de73863d62 (patch) | |
tree | 56db3c3a3647b7ddd6f3a5bb96d55dd550bfd21c /ChangeLog | |
parent | 6c1eace5df647ea85c7472c3fb314665abb22ec1 (diff) | |
download | glibc-41b81892f11fe1353123e892158b53de73863d62.tar.gz glibc-41b81892f11fe1353123e892158b53de73863d62.tar.xz glibc-41b81892f11fe1353123e892158b53de73863d62.zip |
Handle ARENA_TEST correctly
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f33cf83976..e62d483b07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-01-31 Ulrich Drepper <drepper@gmail.com> + + * malloc/arena.c (arena_get2): Really don't call __get_nprocs if + ARENA_TEST says not to. Simplify test for creation of a new arena. + Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>. + 2012-01-30 Ulrich Drepper <drepper@gmail.com> * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls |