[project @ 1999-02-05 16:02:18 by simonm]
[ghc-hetmet.git] / ghc / rts / MBlock.h
index 094c4fe..1615f70 100644 (file)
@@ -1,9 +1,13 @@
 /* -----------------------------------------------------------------------------
- * $Id: MBlock.h,v 1.2 1998/12/02 13:28:30 simonm Exp $
+ * $Id: MBlock.h,v 1.4 1999/02/05 16:02:45 simonm Exp $
+ *
+ * (c) The GHC Team, 1998-1999
  *
  * MegaBlock Allocator interface.
  *
  * ---------------------------------------------------------------------------*/
 
+extern lnat mblocks_allocated;
+
 extern void * getMBlock(void);
 extern void * getMBlocks(nat n);