1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2004-12-01 14:09:49 +00:00
parent 77ea0764f6
commit 1cae6d39e6

View File

@ -1,3 +1,14 @@
2004-12-01 Kim F. Storm <storm@cua.dk>
* alloc.c: Add commentary for last change.
(XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): New macros to handle
sizeof(size_t) != 4.
(overrun_check_malloc, overrun_check_realloc, overrun_check_free):
Use them. Also clear header and trailer of freed memory.
(GC_STRING_OVERRUN_COOKIE_SIZE): Rename from GC_STRING_EXTRA.
(string_overrun_cookie): Rename from string_overrun_pattern.
(GC_STRING_EXTRA): Define from GC_STRING_OVERRUN_COOKIE_SIZE.
2004-12-01 Andreas Schwab <schwab@suse.de>
* lisp.h: Declare string_to_multibyte.