Implement mono_gc_alloc_fixed on Boehm to be uncollectable. This matches SGen behavio...
authorJonathan Chambers <joncham@gmail.com>
Fri, 13 Jan 2017 19:20:06 +0000 (14:20 -0500)
committerJonathan Chambers <joncham@gmail.com>
Tue, 17 Jan 2017 20:59:44 +0000 (15:59 -0500)
commit863ddf25bfb4e88db7225dd4968a4403840c42af
tree86187962d1953853a488f7eb7ff3bdae993613cc
parenta9a282e77dff6ae6f72258121cf6abf668794513
Implement mono_gc_alloc_fixed on Boehm to be uncollectable. This matches SGen behavior and avoids needing to register fixed allocated memory as a root.
mono/metadata/boehm-gc.c
mono/metadata/domain.c
mono/metadata/gc-internals.h
mono/metadata/mono-hash.c
mono/metadata/object.c
mono/metadata/threads.c
mono/mini/debugger-agent.c