aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32heap.c
diff options
context:
space:
mode:
authorJuanma Barranquero2014-06-04 00:13:17 +0200
committerJuanma Barranquero2014-06-04 00:13:17 +0200
commit6348c9d718c322929b184fc17a778951345455d8 (patch)
tree2d0232d6f69260483107a4fe6795f47f2d221c00 /src/w32heap.c
parent71b2605c959c8ccc6eb54ae147f98105dce369cb (diff)
downloademacs-6348c9d718c322929b184fc17a778951345455d8.tar.gz
emacs-6348c9d718c322929b184fc17a778951345455d8.zip
src/w32heap.c (DUMPED_HEAP_SIZE) [!_WIN64]: Reduce to 11 MB.
Diffstat (limited to 'src/w32heap.c')
-rw-r--r--src/w32heap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32heap.c b/src/w32heap.c
index e6ca432a5ef..011bffdc9ab 100644
--- a/src/w32heap.c
+++ b/src/w32heap.c
@@ -117,7 +117,7 @@ typedef struct _RTL_HEAP_PARAMETERS {
117#ifdef _WIN64 117#ifdef _WIN64
118# define DUMPED_HEAP_SIZE (18*1024*1024) 118# define DUMPED_HEAP_SIZE (18*1024*1024)
119#else 119#else
120# define DUMPED_HEAP_SIZE (12*1024*1024) 120# define DUMPED_HEAP_SIZE (11*1024*1024)
121#endif 121#endif
122 122
123static unsigned char dumped_data[DUMPED_HEAP_SIZE]; 123static unsigned char dumped_data[DUMPED_HEAP_SIZE];