comparison src/sheap.c @ 278:90d73dddcdc4 r21-0b37

Import from CVS: tag r21-0b37
author cvs
date Mon, 13 Aug 2007 10:31:29 +0200
parents c5d627a313b1
children 7df0dd720c89
comparison
equal deleted inserted replaced
277:cfdf3ff11843 278:90d73dddcdc4
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> 24 #include <stddef.h>
25 #include <unistd.h>
25 #include <sheap-adjust.h> 26 #include <sheap-adjust.h>
26 27
27 #define STATIC_HEAP_BASE 0x600000 28 #define STATIC_HEAP_BASE 0x600000
28 #define STATIC_HEAP_SLOP 0x40000 29 #define STATIC_HEAP_SLOP 0x40000
29 #define STATIC_HEAP_SIZE \ 30 #define STATIC_HEAP_SIZE \