/[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.378 by rms, Sat Oct 29 19:39:50 2005 UTC revision 1.379 by cyd, Sat Oct 29 20:17:48 2005 UTC
# Line 1180  emacs_blocked_free (ptr, ptr2) Line 1180  emacs_blocked_free (ptr, ptr2)
1180           is substantially larger than the block size malloc uses.  */           is substantially larger than the block size malloc uses.  */
1181        && (bytes_used_when_full        && (bytes_used_when_full
1182            > ((bytes_used_now = BYTES_USED)            > ((bytes_used_now = BYTES_USED)
1183               + max (malloc_hysteresis, 4) * SPARE_MEMORY))               + max (malloc_hysteresis, 4) * SPARE_MEMORY)))
1184      refill_memory_reserve ();      refill_memory_reserve ();
1185    
1186    __free_hook = emacs_blocked_free;    __free_hook = emacs_blocked_free;

Legend:
Removed from v.1.378  
changed lines
  Added in v.1.379

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