e7904a90a81b04f31a5acca882da7f9f1c8c1e62
[ghc-hetmet.git] / rts / sm / Sweep.h
1 /* -----------------------------------------------------------------------------
2  *
3  * (c) The GHC Team 2008 
4  *
5  * Simple mark/sweep, collecting whole blocks.
6  *
7  * Documentation on the architecture of the Garbage Collector can be
8  * found in the online commentary:
9  * 
10  *   http://hackage.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/GC
11  *
12  * ---------------------------------------------------------------------------*/
13
14 void sweep(step *gen);