summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-08-22 06:19:12 +0000
committerUlrich Drepper <drepper@redhat.com>2006-08-22 06:19:12 +0000
commite404fb16fc35210219159a446f7c993760a37316 (patch)
treeb111528ec288146613b4cac260bb58372ed47da5 /ChangeLog
parent376e973ad66993e7b5dbdfd173c399e1af3a1add (diff)
* malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
platforms define as 1MB. For 64-bit platforms as 32MB. The lower limit is needed to avoid the exploding of the address space requirement for secondary heaps. * malloc/arena.c (HEAP_MAX_SIZE): Define using DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3797bc320e..0ce13b74ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-08-21 Ulrich Drepper <drepper@redhat.com>
+
+ * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
+ platforms define as 1MB. For 64-bit platforms as 32MB. The lower
+ limit is needed to avoid the exploding of the address space
+ requirement for secondary heaps.
+ * malloc/arena.c (HEAP_MAX_SIZE): Define using
+ DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
+
2006-07-30 Joseph S. Myers <joseph@codesourcery.com>
[BZ #3018]