c110323d80209f80bab6137d15d5002680459977
[ghc-hetmet.git] / rts / sm / GCUtils.h
1 /* ----------------------------------------------------------------------------
2  *
3  * (c) The GHC Team 1998-2006
4  *
5  * Generational garbage collector: utilities
6  *
7  * --------------------------------------------------------------------------*/
8
9 bdescr *gc_alloc_block(step *stp);
10 bdescr *gc_alloc_scavd_block(step *stp);