Refactoring only
[ghc-hetmet.git] / rts / sm / BlockAlloc.h
index 00efeb4..b6d451f 100644 (file)
@@ -13,6 +13,9 @@ BEGIN_RTS_PRIVATE
 
 /* Debugging  -------------------------------------------------------------- */
 
+extern nat countBlocks       (bdescr *bd);
+extern nat countAllocdBlocks (bdescr *bd);
+
 #ifdef DEBUG
 void checkFreeListSanity(void);
 nat  countFreeList(void);