when a memory leak is detected, report which blocks are unreachable
[ghc-hetmet.git] / rts / sm / BlockAlloc.h
index 1472ac6..776df9b 100644 (file)
 #ifdef DEBUG
 extern void checkFreeListSanity(void);
 nat         countFreeList(void);
+void        markBlocks (bdescr *bd);
+void        reportUnmarkedBlocks (void);
 #endif
 
+extern lnat n_alloc_blocks;   // currently allocated blocks
+extern lnat hw_alloc_blocks;  // high-water allocated blocks
+
 #endif /* BLOCK_ALLOC_H */