aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4f0a0b9ab74..37f2e39848f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12011-09-29 Paul Eggert <eggert@cs.ucla.edu>
2
3 * alloc.c: Do not assume sizeof (size_t) is a multiple of 8
4 when debugging.
5 (alignof, XMALLOC_BASE_ALIGNMENT, XMALLOC_HEADER_ALIGNMENT)
6 (XMALLOC_OVERRUN_SIZE_SIZE): New macros.
7 (XMALLOC_OVERRUN_CHECK_OVERHEAD, xmalloc_put_size, xmalloc_get_size)
8 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
9 Replace uses of sizeof (size_t) with XMALLOC_OVERRUN_SIZE_SIZE.
10
12011-09-28 Paul Eggert <eggert@cs.ucla.edu> 112011-09-28 Paul Eggert <eggert@cs.ucla.edu>
2 12
3 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 13 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):