X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=docs%2Fgc-variables-in-c;h=c197e74205e7386e7952747a5eb0e9722b4dfe9e;hb=831403d104705c81d2fdb98473855da2e3076311;hp=61a7802fc18f27e112679f0acaebf3311a217072;hpb=6b6435d1b3206b0162c37e5ecce8d9a699fe6467;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. +