X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FBlock.h;h=28e03744925f68dd8c50f932c79e1a4e065b6191;hb=dd3d9333b2e2f6a0959bb4aebbad5bf23e968fb6;hp=3d7a5c8a8668343c20c3651cd8e9b21c500a92df;hpb=74ee9df9f9e79e7110e9d8541b84010f35c464c5;p=ghc-hetmet.git diff --git a/includes/Block.h b/includes/Block.h index 3d7a5c8..28e0374 100644 --- a/includes/Block.h +++ b/includes/Block.h @@ -92,7 +92,8 @@ typedef struct bdescr_ { #define BF_EXEC 32 /* Block contains only a small amount of live data */ #define BF_FRAGMENTED 64 - +/* we know about this block (for finding leaks) */ +#define BF_KNOWN 128 /* Finding the block descriptor for a given block -------------------------- */