emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/ralloc.c
Date: Sat, 02 Apr 2005 07:05:41 -0500

Index: emacs/src/ralloc.c
diff -c emacs/src/ralloc.c:1.57 emacs/src/ralloc.c:1.58
*** emacs/src/ralloc.c:1.57     Mon Sep  1 15:45:56 2003
--- emacs/src/ralloc.c  Sat Apr  2 12:05:38 2005
***************
*** 1255,1261 ****
  #endif
  
  #ifdef DOUG_LEA_MALLOC
!     mallopt (M_TOP_PAD, 64 * 4096);
  #else
  #ifndef SYSTEM_MALLOC
    /* Give GNU malloc's morecore some hysteresis
--- 1255,1263 ----
  #endif
  
  #ifdef DOUG_LEA_MALLOC
!   BLOCK_INPUT;
!   mallopt (M_TOP_PAD, 64 * 4096);
!   UNBLOCK_INPUT;
  #else
  #ifndef SYSTEM_MALLOC
    /* Give GNU malloc's morecore some hysteresis




reply via email to

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