X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=docs%2Fgc-variables-in-c;h=c197e74205e7386e7952747a5eb0e9722b4dfe9e;hb=edbc5c2334e10836479d1cc528c68d4ad5b47440;hp=61a7802fc18f27e112679f0acaebf3311a217072;hpb=234225d112c4b018b8d1796f4c06a15812137500;p=mono.git diff --git a/docs/gc-variables-in-c b/docs/gc-variables-in-c index 61a7802fc18..c197e74205e 100644 --- a/docs/gc-variables-in-c +++ b/docs/gc-variables-in-c @@ -93,4 +93,8 @@ the GC memory, to remove the reference, set the variable to NULL. As we prepare the code for a precise GC, GC_MALLOC () will not be used anymore in this way in most cases: we'll have a mechanism to specify exactly where -references to GC memory is stored. \ No newline at end of file +references to GC memory is stored. This mechanism is now available with the new GC, +see usages of mono_gc_alloc_fixed (), mono_gc_register_root () and +mono_gc_make_descr_from_bitmap(). +See also docs/precise-gc for additional info. +