comparison src/s/freebsd.h @ 31501:735123628126

(GC_MARK_STACK, REL_ALLOC_MMAP): Define.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 08 Sep 2000 13:56:32 +0000
parents 0a8fd2579cb5
children ac8c86ff7ee3
comparison
equal deleted inserted replaced
31500:33b9a5b2a3bc 31501:735123628126
183 registers relevant for conservative garbage collection in the 183 registers relevant for conservative garbage collection in the
184 jmp_buf. */ 184 jmp_buf. */
185 185
186 #define GC_SETJMP_WORKS 1 186 #define GC_SETJMP_WORKS 1
187 187
188 /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the
189 stack. */
190
191 #define GC_MARK_STACK 1
192
193 /* Define REL_ALLOC_MMAP to use an ralloc implementation based on
194 mmap(2) */
195
196 #define REL_ALLOC_MMAP 1