aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-15 03:39:03 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-15 03:39:03 +0000
commit8a216c1bd82f923812cb8a08db95c6558ca37c3c (patch)
treea1310cadb251082e26390c66cda318d0a4eb1bb5 /ChangeLog
parentcd53c157cf172ebb61f9298e3c389ae84dbc0429 (diff)
downloadglibc-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3daa748ef..ede6492b5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.