Mercurial > emacs
diff src/ChangeLog @ 32822:2b3e80a729bd
*** empty log message ***
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Tue, 24 Oct 2000 12:41:23 +0000 |
| parents | 6de838d8bdbc |
| children | 3e1d004030c5 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Oct 24 12:41:02 2000 +0000 +++ b/src/ChangeLog Tue Oct 24 12:41:23 2000 +0000 @@ -1,5 +1,14 @@ 2000-10-24 Gerd Moellmann <gerd@gnu.org> + * gmalloc.c (state_protected_p, last_state_size, last_heapinfo) + [GC_MALLOC_CHECK && GC_PROTECT_MALLOC_STATE]: New variables. + (protect_malloc_state) [GC_MALLOC_CHECK && + GC_PROTECT_MALLOC_STATE]: New function. + (PROTECT_MALLOC_STATE): New macro. + (__malloc_initialize, morecore, _malloc_internal) + (_free_internal) _realloc_internal): Use it to make _heapinfo + read-only outside of gmalloc. + * keymap.c: Update copyright. * .gdbinit (xbacktrace): Handle case that $bt->function isn't
