Mercurial > emacs
comparison src/s/freebsd.h @ 31600:ac8c86ff7ee3
(USE_MMAP_FOR_BUFFERS): Define instead of REL_ALLOC_MMAP.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 14 Sep 2000 15:12:48 +0000 |
parents | 735123628126 |
children | 576a8de6ffb4 |
comparison
equal
deleted
inserted
replaced
31599:3988743369b6 | 31600:ac8c86ff7ee3 |
---|---|
188 /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the | 188 /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the |
189 stack. */ | 189 stack. */ |
190 | 190 |
191 #define GC_MARK_STACK 1 | 191 #define GC_MARK_STACK 1 |
192 | 192 |
193 /* Define REL_ALLOC_MMAP to use an ralloc implementation based on | 193 /* Define USE_MMAP_FOR_BUFFERS to let Emacs use mmap(2) to allocate |
194 mmap(2) */ | 194 buffer text. This overrides REL_ALLOC. */ |
195 | 195 |
196 #define REL_ALLOC_MMAP 1 | 196 #define USE_MMAP_FOR_BUFFERS 1 |