diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-15 03:39:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-15 03:39:03 +0000 |
commit | 8a216c1bd82f923812cb8a08db95c6558ca37c3c (patch) | |
tree | a1310cadb251082e26390c66cda318d0a4eb1bb5 /ChangeLog | |
parent | cd53c157cf172ebb61f9298e3c389ae84dbc0429 (diff) | |
download | glibc-8a216c1bd82f923812cb8a08db95c6558ca37c3c.tar glibc-8a216c1bd82f923812cb8a08db95c6558ca37c3c.tar.gz glibc-8a216c1bd82f923812cb8a08db95c6558ca37c3c.tar.bz2 glibc-8a216c1bd82f923812cb8a08db95c6558ca37c3c.zip |
Update.
2001-02-14 Wolfram Gloger <wg@malloc.de>
* malloc/malloc.c (new_heap): When allocating large chunk aligned
to HEAP_MAX_SIZE, prefer one with lower address, to avoid `holes'
between the heaps.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2001-02-14 Wolfram Gloger <wg@malloc.de> + + * malloc/malloc.c (new_heap): When allocating large chunk aligned + to HEAP_MAX_SIZE, prefer one with lower address, to avoid `holes' + between the heaps. + 2001-02-14 Ulrich Drepper <drepper@redhat.com> * math/libm-test.inc (j0_test): Check whether sincos is available. |