Add ASSERTs to all calls of nameModule
[ghc-hetmet.git] / rts / sm / BlockAlloc.h
index 2d777f7..776df9b 100644 (file)
 #ifdef DEBUG
 extern void checkFreeListSanity(void);
 nat         countFreeList(void);
+void        markBlocks (bdescr *bd);
+void        reportUnmarkedBlocks (void);
 #endif
 
-lnat n_alloc_blocks;   // currently allocated blocks
-lnat hw_alloc_blocks;  // high-water allocated blocks
+extern lnat n_alloc_blocks;   // currently allocated blocks
+extern lnat hw_alloc_blocks;  // high-water allocated blocks
 
 #endif /* BLOCK_ALLOC_H */