[project @ 2000-03-07 11:53:12 by simonmar]
[ghc-hetmet.git] / ghc / rts / MBlock.h
index 0fb902e..fc23a1e 100644 (file)
@@ -1,5 +1,7 @@
 /* -----------------------------------------------------------------------------
- * $Id: MBlock.h,v 1.3 1999/01/13 17:25:41 simonm Exp $
+ * $Id: MBlock.h,v 1.6 1999/05/04 10:19:16 sof Exp $
+ *
+ * (c) The GHC Team, 1998-1999
  *
  * MegaBlock Allocator interface.
  *
@@ -7,5 +9,9 @@
 
 extern lnat mblocks_allocated;
 
+#ifdef ENABLE_WIN32_DLL_SUPPORT
+extern int is_heap_alloced(const void* p);
+#endif
+
 extern void * getMBlock(void);
 extern void * getMBlocks(nat n);