Refactoring only
[ghc-hetmet.git] / rts / sm / Sanity.h
similarity index 97%
rename from rts/Sanity.h
rename to rts/sm/Sanity.h
index da873bf..1156222 100644 (file)
@@ -36,6 +36,8 @@ StgOffset checkClosure  ( StgClosure* p );
 void checkMutableList   ( bdescr *bd, nat gen );
 void checkMutableLists  ( rtsBool checkTSOs );
 
+void memInventory (rtsBool show);
+
 void checkBQ (StgTSO *bqe, StgClosure *closure);
 
 END_RTS_PRIVATE