Refactoring: extract platform-specific code from sm/MBlock.c
[ghc-hetmet.git] / rts / sm / OSMem.h
index 417f106..d5b09a1 100644 (file)
@@ -1,10 +1,13 @@
 /* -----------------------------------------------------------------------------
  *
- * (c) The University of Glasgow 2006
+ * (c) The University of Glasgow 2006-2007
  *
  * OS-specific memory management
  *
  * ---------------------------------------------------------------------------*/
 
+void osMemInit(void);
+void *osGetMBlocks(nat n);
+void osFreeAllMBlocks(void);
 lnat getPageSize (void);
 void setExecutable (void *p, lnat len, rtsBool exec);