[project @ 2005-06-13 12:29:48 by simonmar]
[ghc-hetmet.git] / ghc / includes / Block.h
index b5fc5ae..c9198ed 100644 (file)
@@ -85,6 +85,8 @@ typedef struct bdescr_ {
 #define BF_PINNED    4
 /* Block is part of a compacted generation */
 #define BF_COMPACTED 8
+/* Block is free, and on the free list */
+#define BF_FREE      16
 
 /* Finding the block descriptor for a given block -------------------------- */