diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-05-15 01:51:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-05-15 01:51:37 +0000 |
commit | 1d47e92f71c36165364c8807e52d0d0dc0f66142 (patch) | |
tree | f490f6d01ba99f264e3cf93d11277bffab95d45b /ChangeLog | |
parent | 1a31b586c458d13af63cc116013bb0aba91498b5 (diff) | |
download | glibc-1d47e92f71c36165364c8807e52d0d0dc0f66142.zip glibc-1d47e92f71c36165364c8807e52d0d0dc0f66142.tar.gz glibc-1d47e92f71c36165364c8807e52d0d0dc0f66142.tar.bz2 |
* malloc/malloc.c: Use all small bin slots on 64-bit archs.
* malloc/malloc.c (largebin_index): Really have 32 buckets with 64
sizes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ 2007-05-14 Ulrich Drepper <drepper@redhat.com> - * malloc/malloc.c (largebin_index): Really have 32 buckets with 64 sizes. + * malloc/malloc.c: Use all small bin slots on 64-bit archs. + + * malloc/malloc.c (largebin_index): Really have 32 buckets with 64 + sizes. 2007-05-13 Ulrich Drepper <drepper@redhat.com> * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum |