Mercurial > hg > xemacs-beta
diff src/ntheap.c @ 359:8e84bee8ddd0 r21-1-9
Import from CVS: tag r21-1-9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:57:55 +0200 |
parents | c42ec1d1cded |
children | 7347b34c275b |
line wrap: on
line diff
--- a/src/ntheap.c Mon Aug 13 10:57:07 2007 +0200 +++ b/src/ntheap.c Mon Aug 13 10:57:55 2007 +0200 @@ -148,7 +148,8 @@ still a pretty decent arena to play in! */ unsigned long base = 0x01B00000; /* 27MB */ - unsigned long end = 1 << VALBITS; /* 256MB */ + /* Temporary hack for the non-starting problem - use 28 (256Mb) rather than VALBITS (1Gb) */ + unsigned long end = 1 << 28; /* 256MB */ void *ptr = NULL; #define NTHEAP_PROBE_BASE 1