Skip to content

Commit

Permalink
2008-09-29 Geoff Norton <gnorton@novell.com>
Browse files Browse the repository at this point in the history
        * include/private/gcconfig.h: Make Darwin/ARM use mmap() instead of
        sbrk() for its allocator implementation.

svn path=/branches/mono-2-0/mono/; revision=114395
  • Loading branch information
Geoff Norton committed Sep 29, 2008
1 parent ee45782 commit c5d3596
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions libgc/ChangeLog
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
5 changes: 3 additions & 2 deletions libgc/include/private/gcconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -1896,8 +1896,9 @@
# 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. */
Expand Down

0 comments on commit c5d3596

Please sign in to comment.