diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-08-09 21:51:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-08-09 21:51:56 +0000 |
commit | 1d05c2fb9c6fb297a39317231f31a75115e64f75 (patch) | |
tree | eaa7a532fa0b331df669895fb212fe8c7137e1f4 /ChangeLog | |
parent | be7ffd91f806e5615b9c6a42a63e96c3dc3c54ad (diff) | |
download | glibc-1d05c2fb9c6fb297a39317231f31a75115e64f75.tar glibc-1d05c2fb9c6fb297a39317231f31a75115e64f75.tar.gz glibc-1d05c2fb9c6fb297a39317231f31a75115e64f75.tar.bz2 glibc-1d05c2fb9c6fb297a39317231f31a75115e64f75.zip |
* malloc/malloc.c: Dynamically size mmap treshold if the program
frees mmaped blocks.
Patch by Valerie Henson and Arjan van de Ven.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-08-09 Ulrich Drepper <drepper@redhat.com> + + * malloc/malloc.c: Dynamically size mmap treshold if the program + frees mmaped blocks. + Patch by Valerie Henson and Arjan van de Ven. + 2006-08-08 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with |