]> granicus.if.org Git - gc/commitdiff
2008-09-29 Geoff Norton <gnorton@novell.com>
authorGeoff Norton <grompf@sublimeintervention.com>
Mon, 29 Sep 2008 14:05:48 +0000 (14:05 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 11:31:21 +0000 (15:31 +0400)
* include/private/gcconfig.h: Make Darwin/ARM use mmap() instead of
sbrk() for its allocator implementation.

svn path=/trunk/mono/; revision=114396

ChangeLog
include/private/gcconfig.h

index 4ff0f0df4b8f2a310430eb0f096565f64c1f825d..ed55d6f286916decaaace024ccd9960f189b418b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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:
index ba9ca71a5d84e27c1f65e43c9bf2d0942eedf5ed..ec3aeb29c0595d2420ddaa0d9f06a61d202385d2 100644 (file)
 #     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.  */