about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-10-28 22:36:58 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-10-28 22:36:58 +0200
commitae9166f2b8936304ea347a98519372804963447f (patch)
treeddf9eb57ea8f4b3d75c86da6a649e8fd52eafa75 /ChangeLog
parent09472915dd89305ba5d318902a214d24945d223e (diff)
downloadglibc-ae9166f2b8936304ea347a98519372804963447f.tar.gz
glibc-ae9166f2b8936304ea347a98519372804963447f.tar.xz
glibc-ae9166f2b8936304ea347a98519372804963447f.zip
malloc: Update comments about chunk layout
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16313b0d9b..27a0194fcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2016-10-28  Florian Weimer  <fweimer@redhat.com>
 
+	* malloc/malloc.c: Update chunk layout comments.
+	(chunk_main_arena): Update comment.
+
+2016-10-28  Florian Weimer  <fweimer@redhat.com>
+
 	* crypt/sha256.c, crypt/sha256-block.c,
 	sysdeps/sparc/sparc64/multiarch/sha256-block.c: Rename
 	sha256_process_block to __sha256_process_block.