Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / sgen / sgen-major-copy-object.h
index 826aca9dfd1fa7b5fb32ebe9d8f9f0a6175a036a..b110a75d847a65adba6d90a3443a6b1648a1c985 100644 (file)
@@ -1,5 +1,6 @@
-/*
- * sgen-major-copy-object.h: Object copying in the major collectors.
+/**
+ * \file
+ * Object copying in the major collectors.
  *
  * Copyright 2001-2003 Ximian, Inc
  * Copyright 2003-2010 Novell, Inc.
@@ -18,5 +19,6 @@
 } while (0)
 
 #define COLLECTOR_SERIAL_ALLOC_FOR_PROMOTION sgen_minor_collector.alloc_for_promotion
+#define COLLECTOR_PARALLEL_ALLOC_FOR_PROMOTION sgen_minor_collector.alloc_for_promotion_par
 
 #include "sgen-copy-object.h"