in utils:
authorGeoff Norton <grompf@sublimeintervention.com>
Tue, 22 Jun 2010 16:19:33 +0000 (16:19 -0000)
committerGeoff Norton <grompf@sublimeintervention.com>
Tue, 22 Jun 2010 16:19:33 +0000 (16:19 -0000)
commit5ae226cc2626b04e9209bf93f26f283cb9f281ff
tree2769f87921a3802c1d03d5b6818d042f65d81078
parent2fa24c5ff41f8c6c017d7fcff8d71caf29618c50
in utils:

2010-06-22 Geoff Norton  <gnorton@novell.com>

        * mach-support-*.(c|h): We cannot allocate from the gc, so make
        these functions alloc-less.

in metadata:

2010-06-22 Geoff Norton  <gnorton@novell.com>

        * sgen-os-mach.c: We cannot call malloc from the gc, so we need to use
        alloca instead to prevent a deadlock.

svn path=/trunk/mono/; revision=159356
mono/metadata/ChangeLog
mono/metadata/sgen-gc.h
mono/metadata/sgen-os-mach.c
mono/utils/ChangeLog
mono/utils/mach-support-amd64.c
mono/utils/mach-support-x86.c
mono/utils/mach-support.h