emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 0ce6b43: In w32heap.c bump up DUMPED_HEAP_SIZE


From: Martin Rudalics
Subject: [Emacs-diffs] master 0ce6b43: In w32heap.c bump up DUMPED_HEAP_SIZE
Date: Fri, 15 Sep 2017 03:39:48 -0400 (EDT)

branch: master
commit 0ce6b4310d3bcb0f9c97c1c4bd0838d1628eae15
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>

    In w32heap.c bump up DUMPED_HEAP_SIZE
    
    * src/w32heap.c (DUMPED_HEAP_SIZE): Bump up DUMPED_HEAP_SIZE
    to 13*1024*1024 for 32-bit non-wide-integer builds.
---
 src/w32heap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/w32heap.c b/src/w32heap.c
index cd1324c..510f676 100644
--- a/src/w32heap.c
+++ b/src/w32heap.c
@@ -118,7 +118,7 @@ typedef struct _RTL_HEAP_PARAMETERS {
 #if defined _WIN64 || defined WIDE_EMACS_INT
 # define DUMPED_HEAP_SIZE (21*1024*1024)
 #else
-# define DUMPED_HEAP_SIZE (12*1024*1024)
+# define DUMPED_HEAP_SIZE (13*1024*1024)
 #endif
 
 static unsigned char dumped_data[DUMPED_HEAP_SIZE];



reply via email to

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