comparison src/sheap.c @ 420:41dbb7a9d5f2 r21-2-18

Import from CVS: tag r21-2-18
author cvs
date Mon, 13 Aug 2007 11:24:09 +0200
parents da8ed4261e83
children
comparison
equal deleted inserted replaced
419:66615b78f1a5 420:41dbb7a9d5f2
19 02111-1307, USA.*/ 19 02111-1307, USA.*/
20 20
21 #include <config.h> 21 #include <config.h>
22 #include <stdio.h> 22 #include <stdio.h>
23 #include "lisp.h" 23 #include "lisp.h"
24 #include <stddef.h>
25 #include <unistd.h> 24 #include <unistd.h>
26 #include <sheap-adjust.h> 25 #include <sheap-adjust.h>
27 26
28 #define STATIC_HEAP_BASE 0x800000 27 #define STATIC_HEAP_BASE 0x800000
29 #define STATIC_HEAP_SLOP 0x40000 28 #define STATIC_HEAP_SLOP 0x40000