diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-10-13 20:30:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-10-13 20:30:12 +0000 |
commit | dbc3d56b704c7858de411b59688efe7860dfe580 (patch) | |
tree | 56179f7edcb449b1a88bd1d5015404a2adabd448 /ChangeLog | |
parent | 75aaf98ff8bad6359d19727c308af0f81486d924 (diff) | |
download | glibc-dbc3d56b704c7858de411b59688efe7860dfe580.tar glibc-dbc3d56b704c7858de411b59688efe7860dfe580.tar.gz glibc-dbc3d56b704c7858de411b59688efe7860dfe580.tar.bz2 glibc-dbc3d56b704c7858de411b59688efe7860dfe580.zip |
* malloc/malloc.c (do_check_malloc_state): Only require for empty
bins for large sizes in main arena.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 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. + * libio/stdio.h: Add more __wur attributes. * elf/dl-minimal.c (realloc): Optimize last patch. |