Refactoring only
[ghc-hetmet.git] / rts / sm / Storage.h
index f810a85..02f5637 100644 (file)
@@ -139,17 +139,13 @@ lnat    calcLiveBlocks (void);
 lnat    calcLiveWords  (void);
 lnat    countOccupied  (bdescr *bd);
 lnat    calcNeeded     (void);
-HsInt64 getAllocations (void);
-
-#if defined(DEBUG)
-void    memInventory       (rtsBool show);
-nat     countBlocks        (bdescr *);
-#endif
 
 /* ----------------------------------------------------------------------------
    Storage manager internal APIs and globals
    ------------------------------------------------------------------------- */
 
+extern bdescr *exec_block;
+
 #define END_OF_STATIC_LIST ((StgClosure*)1)
 
 void move_TSO  (StgTSO *src, StgTSO *dest);