aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKen Brown2014-03-04 14:02:49 -0500
committerKen Brown2014-03-04 14:02:49 -0500
commit94a089b5f873837a369a176c114430e0fd0bee05 (patch)
treefc365dfb7932c2c250537844f567540f7173c7f2 /src/ChangeLog
parent201572eca80ea77d8e1c25099b4aa2d98bc4d402 (diff)
downloademacs-94a089b5f873837a369a176c114430e0fd0bee05.tar.gz
emacs-94a089b5f873837a369a176c114430e0fd0bee05.zip
Further follow-up to last change in gmalloc.c.
* src/gmalloc.c (aligned_alloc): Clarify the code by making `adj' represent the actual adjustment needed for alignment.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8aa6379ee7e..2f599191548 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12014-03-04 Ken Brown <kbrown@cornell.edu>
2
3 * gmalloc.c (aligned_alloc): Clarify the code by making `adj'
4 represent the actual adjustment needed for alignment.
5
12014-03-04 Eli Zaretskii <eliz@gnu.org> 62014-03-04 Eli Zaretskii <eliz@gnu.org>
2 7
3 * gmalloc.c (aligned_alloc): Don't allocate more memory than 8 * gmalloc.c (aligned_alloc): Don't allocate more memory than