static Slot* new_slot (MonoGHashTable *hash) { if (hash->gc_type == MONO_HASH_CONSERVATIVE_GC) return mono_gc_alloc_fixed (sizeof (Slot), NULL); else return mg_new (Slot, 1); }
static Slot* new_slot (MonoGHashTable *hash) { return mg_new (Slot, 1); }