when a memory leak is detected, report which blocks are unreachable
[ghc-hetmet.git] / rts / sm / BlockAlloc.h
index 594135a..776df9b 100644 (file)
@@ -14,6 +14,8 @@
 #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