emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/alloc.c


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c
Date: Sat, 29 Oct 2005 16:17:51 -0400

Index: emacs/src/alloc.c
diff -c emacs/src/alloc.c:1.378 emacs/src/alloc.c:1.379
*** emacs/src/alloc.c:1.378     Sat Oct 29 19:39:50 2005
--- emacs/src/alloc.c   Sat Oct 29 20:17:48 2005
***************
*** 1180,1186 ****
         is substantially larger than the block size malloc uses.  */
        && (bytes_used_when_full
          > ((bytes_used_now = BYTES_USED)
!            + max (malloc_hysteresis, 4) * SPARE_MEMORY))
      refill_memory_reserve ();
  
    __free_hook = emacs_blocked_free;
--- 1180,1186 ----
         is substantially larger than the block size malloc uses.  */
        && (bytes_used_when_full
          > ((bytes_used_now = BYTES_USED)
!            + max (malloc_hysteresis, 4) * SPARE_MEMORY)))
      refill_memory_reserve ();
  
    __free_hook = emacs_blocked_free;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]