about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-22 02:16:52 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-22 02:16:52 +0000
commitf74e61f05626503cc5e469b940bdb149c98d7ab8 (patch)
tree9ad75ab5388fcecef7d2718aca473d4c97900ae7 /ChangeLog
parent58bad8033d028e42b9585ffa9e2eaac29901368a (diff)
downloadglibc-f74e61f05626503cc5e469b940bdb149c98d7ab8.tar.gz
glibc-f74e61f05626503cc5e469b940bdb149c98d7ab8.tar.xz
glibc-f74e61f05626503cc5e469b940bdb149c98d7ab8.zip
Update.
2000-07-21  Wolfram Gloger  <wg@malloc.de>

	* malloc/malloc.c (chunk_alloc): Try mmap_chunk() for smaller
	allocations only if a non-main arena cannot be extended.

	* sysdeps/powerpc/bp-asm.h (DISCARD_BOUNDS): Rename from
	UNCHECK_BOUNDS.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ddb72d8710..342c1fe6a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-21  Wolfram Gloger  <wg@malloc.de>
+
+	* malloc/malloc.c (chunk_alloc): Try mmap_chunk() for smaller
+	allocations only if a non-main arena cannot be extended.
+
 2000-07-21  Ulrich Drepper  <drepper@redhat.com>
 
 	* elf/dl-load.c (_dl_map_object): Take loader==NULL into account
@@ -21,7 +26,8 @@
 
 2000-07-21  Greg McGary  <greg@mcgary.org>
 
-	* sysdeps/powerpc/bp-asm.h (DISCARD_BOUNDS): Rename from UNCHECK_BOUNDS.
+	* sysdeps/powerpc/bp-asm.h (DISCARD_BOUNDS): Rename from
+	UNCHECK_BOUNDS.
 	* sysdeps/powerpc/bits/setjmp.h (JB_SIZE): New constant.
 	* sysdeps/powerpc/elf/libc-start.c (__libc_start_main):
 	Wrap bounds around argv & envp and each of their string members.