* include/private/gcconfig.h: Make Darwin/ARM use mmap() instead of
sbrk() for its allocator implementation.
svn path=/trunk/mono/; revision=114396
+2008-09-29 Geoff Norton <gnorton@novell.com>
+
+ * include/private/gcconfig.h: Make Darwin/ARM use mmap() instead of
+ sbrk() for its allocator implementation.
+
2008-08-28 Geoff Norton <gnorton@novell.com>
* darwin_stop_world.c:
# define DATASTART ((ptr_t) get_etext())
# define DATAEND ((ptr_t) get_end())
# define STACKBOTTOM ((ptr_t) 0x30000000)
-# undef USE_MMAP
-# undef USE_MUNMAP
+# define USE_MMAP
+# define USE_MMAP_ANON
+# define USE_MUNMAP
# endif
# ifdef NOSYS
/* __data_start is usually defined in the target linker script. */