makefile tweak
[ghc-hetmet.git] / rts / RtsUtils.h
index 9313936..fea1d41 100644 (file)
@@ -13,6 +13,9 @@
  * (Checked) dynamic allocation
  * -------------------------------------------------------------------------- */
 
+extern void initAllocator(void);
+extern void shutdownAllocator(void);
+
 extern void *stgMallocBytes(int n, char *msg)
     GNUC3_ATTRIBUTE(__malloc__);
 
@@ -37,10 +40,6 @@ extern nat stg_strlen(char *str);
 extern char *time_str(void);
 extern char *ullong_format_string(ullong, char *, rtsBool);
 
-#ifdef PAR
-extern ullong msTime(void);
-#endif
-
 #ifdef DEBUG
 extern void heapCheckFail( void );
 #endif
@@ -48,4 +47,6 @@ extern void heapCheckFail( void );
 extern void* __hscore_get_saved_termios(int fd);
 extern void __hscore_set_saved_termios(int fd, void* ts);
 
+void printRtsInfo(void);
+
 #endif /* RTSUTILS_H */