diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-05-14 22:53:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-05-14 22:53:09 +0000 |
commit | 1a31b586c458d13af63cc116013bb0aba91498b5 (patch) | |
tree | dc599ad50a09625f6634f1b313a3215b38937cd1 /ChangeLog | |
parent | 366ad8fd05f7df5420b846f76abaf2a7d8f32c0a (diff) | |
download | glibc-1a31b586c458d13af63cc116013bb0aba91498b5.tar glibc-1a31b586c458d13af63cc116013bb0aba91498b5.tar.gz glibc-1a31b586c458d13af63cc116013bb0aba91498b5.tar.bz2 glibc-1a31b586c458d13af63cc116013bb0aba91498b5.zip |
* malloc/malloc.c (largebin_index): Really have 32 buckets with 64 sizes.
2007-05-13 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ -2007-05-13 Ulrich Drepper <drepper@redhat.com> +2007-05-14 Ulrich Drepper <drepper@redhat.com> + + * 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 number of mmaps. n_mmaps_max is the target. * malloc/hooks.c: Likewise. |