diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-10-13 20:53:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-10-13 20:53:14 +0000 |
commit | cc7eecbfc09fb9f1c9e1aa33e8490f1ade0530b3 (patch) | |
tree | 2687e5c28506d4da77485f8a8ea9c24c1ceb19c1 /ChangeLog | |
parent | dbc3d56b704c7858de411b59688efe7860dfe580 (diff) | |
download | glibc-cc7eecbfc09fb9f1c9e1aa33e8490f1ade0530b3.zip glibc-cc7eecbfc09fb9f1c9e1aa33e8490f1ade0530b3.tar.gz glibc-cc7eecbfc09fb9f1c9e1aa33e8490f1ade0530b3.tar.bz2 |
[BZ #3313]
* malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
determine highest fast bin to consolidate, always look into all of
them.
(do_check_malloc_state): Only require for empty bins for large
sizes in main arena.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,7 +1,11 @@ 2006-10-13 Ulrich Drepper <drepper@redhat.com> - * malloc/malloc.c (do_check_malloc_state): Only require for empty - bins for large sizes in main arena. + [BZ #3313] + * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to + determine highest fast bin to consolidate, always look into all of + them. + (do_check_malloc_state): Only require for empty bins for large + sizes in main arena. * libio/stdio.h: Add more __wur attributes. |