2009-03-02 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / metadata / null-gc.c
index cc33c3b2321a92ee064cf30aff6631fe3d9bc7a1..6b1642b5ada2d7ef863c9f4dbd166a055d63d9a7 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * null-gc.c: GC implementation using malloc: will leak everything, just for testing.
  *
+ * Copyright 2001-2003 Ximian, Inc (http://www.ximian.com)
+ * Copyright 2004-2009 Novell, Inc (http://www.novell.com)
  */
 
 #include "config.h"
@@ -206,5 +208,11 @@ mono_gc_get_managed_allocator_by_type (int atype)
        return NULL;
 }
 
+guint32
+mono_gc_get_managed_allocator_types (void)
+{
+       return 0;
+}
+
 #endif