about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-12-16 22:57:57 +0000
committerUlrich Drepper <drepper@redhat.com>2007-12-16 22:57:57 +0000
commitbe8c1500c7ce61b478cdc827705054c054386258 (patch)
tree14c1b55b8926a6a7ff7b80cf93f414c4968a5cdc /ChangeLog
parent68631c8eb92ff38d9da1ae34f6aa048539b199cc (diff)
downloadglibc-be8c1500c7ce61b478cdc827705054c054386258.tar.gz
glibc-be8c1500c7ce61b478cdc827705054c054386258.tar.xz
glibc-be8c1500c7ce61b478cdc827705054c054386258.zip
* malloc/tst-trim1.c: New file.
	* malloc/Makefile (tests): Add tst-trim1.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c26e08853..bf9397c68b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
 	(mTRIm): Additionally iterate over all free blocks and use madvise
 	to free memory for all those blocks which contain at least one
 	memory page.
+	* malloc/tst-trim1.c: New file.
+	* malloc/Makefile (tests): Add tst-trim1.
 
 	* malloc/malloc.c (do_check_malloc_state): Minimal cleanups.