diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-08-22 06:19:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-08-22 06:19:12 +0000 |
commit | e404fb16fc35210219159a446f7c993760a37316 (patch) | |
tree | b111528ec288146613b4cac260bb58372ed47da5 /ChangeLog | |
parent | 376e973ad66993e7b5dbdfd173c399e1af3a1add (diff) | |
download | glibc-e404fb16fc35210219159a446f7c993760a37316.zip glibc-e404fb16fc35210219159a446f7c993760a37316.tar.gz glibc-e404fb16fc35210219159a446f7c993760a37316.tar.bz2 |
* 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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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] |