X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FBlock.h;fp=ghc%2Fincludes%2FBlock.h;h=c9198edcaabde015b428234462137f90a1a34390;hb=b07f38769e7fb7ff94e9ca7eb8387b582a98bdb2;hp=b5fc5ae67ef5de0a99767bc2fb5d65f9e21b10e8;hpb=15e008483d1934c183f587aaa4fb42dc326095dc;p=ghc-hetmet.git diff --git a/ghc/includes/Block.h b/ghc/includes/Block.h index b5fc5ae..c9198ed 100644 --- a/ghc/includes/Block.h +++ b/ghc/includes/Block.h @@ -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 -------------------------- */