Initial parallel GC support
[ghc-hetmet.git] / rts / sm / Scav.h
index d9caca2..f149b66 100644 (file)
@@ -11,8 +11,6 @@
  *
  * ---------------------------------------------------------------------------*/
 
-void scavenge                ( step * );
-void scavenge_mark_stack     ( void );
-void scavenge_large          ( step * );
-void scavenge_static         ( void );
-void scavenge_mutable_list   ( generation *g );
+void    scavenge_loop (void);
+rtsBool any_work (void);
+void    scavenge_mutable_list (generation *g);