/* ----------------------------------------------------------------------------- * * (c) The GHC Team 2008 * * Simple mark/sweep, collecting whole blocks. * * Documentation on the architecture of the Garbage Collector can be * found in the online commentary: * * http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/GC * * ---------------------------------------------------------------------------*/ #pragma once RTS_PRIVATE void sweep(generation *gen);