/[emacs]/emacs/src/alloc.c
ViewVC logotype

Diff of /emacs/src/alloc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.369 by rms, Sat May 14 14:07:03 2005 UTC revision 1.370 by lektu, Tue May 24 15:34:09 2005 UTC
# Line 1684  static int total_string_size; Line 1684  static int total_string_size;
1684    
1685  /* We check for overrun in string data blocks by appending a small  /* We check for overrun in string data blocks by appending a small
1686     "cookie" after each allocated string data block, and check for the     "cookie" after each allocated string data block, and check for the
1687     presense of this cookie during GC.  */     presence of this cookie during GC.  */
1688    
1689  #define GC_STRING_OVERRUN_COOKIE_SIZE   4  #define GC_STRING_OVERRUN_COOKIE_SIZE   4
1690  static char string_overrun_cookie[GC_STRING_OVERRUN_COOKIE_SIZE] =  static char string_overrun_cookie[GC_STRING_OVERRUN_COOKIE_SIZE] =

Legend:
Removed from v.1.369  
changed lines
  Added in v.1.370

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26