X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fsgen%2Fsgen-array-list.h;h=5b9291693363250e7ab4916b887d6849d5397b65;hb=68be3904cf770be9f98a6ce0e8d71899cb94f189;hp=fb37009a67230fdd0c9d328cf300cb78fae3ce12;hpb=411e560fa74c76277032ef78b6df35482d0cd468;p=mono.git diff --git a/mono/sgen/sgen-array-list.h b/mono/sgen/sgen-array-list.h index fb37009a672..5b929169336 100644 --- a/mono/sgen/sgen-array-list.h +++ b/mono/sgen/sgen-array-list.h @@ -129,6 +129,7 @@ sgen_array_list_get_slot (SgenArrayList *array, guint32 index) #define SGEN_ARRAY_LIST_END_FOREACH_SLOT_RANGE } } +guint32 sgen_array_list_alloc_block (SgenArrayList *array, guint32 slots_to_add); guint32 sgen_array_list_add (SgenArrayList *array, gpointer ptr, int data, gboolean increase_size_before_set); guint32 sgen_array_list_find (SgenArrayList *array, gpointer ptr); void sgen_array_list_remove_nulls (SgenArrayList *array);