X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mono%2Fsgen%2Fsgen-cardtable.h;h=ad2e23a3adbbba4444d62a46be59c57bfdd8c638;hb=HEAD;hp=059fb77fa64925d61f73ff1311c1f7b979b7343e;hpb=d1c2c7172df75be26e219e018b22de6104b77079;p=mono.git diff --git a/mono/sgen/sgen-cardtable.h b/mono/sgen/sgen-cardtable.h index 059fb77fa64..ad2e23a3adb 100644 --- a/mono/sgen/sgen-cardtable.h +++ b/mono/sgen/sgen-cardtable.h @@ -1,4 +1,5 @@ -/* +/** + * \file * Copyright 2001-2003 Ximian, Inc * Copyright 2003-2010 Novell, Inc. * @@ -9,6 +10,7 @@ /*WARNING: This function returns the number of cards regardless of overflow in case of overlapping cards.*/ mword sgen_card_table_number_of_cards_in_range (mword address, mword size); +guint8* sgen_find_next_card (guint8 *card_data, guint8 *end); void sgen_card_table_reset_region (mword start, mword end); void* sgen_card_table_align_pointer (void *ptr);