Return memory to the OS; trac #698
[ghc-hetmet.git] / rts / sm / OSMem.h
index 3349140..d92b170 100644 (file)
@@ -13,6 +13,7 @@
 
 void osMemInit(void);
 void *osGetMBlocks(nat n);
+void osFreeMBlocks(char *addr, nat n);
 void osFreeAllMBlocks(void);
 lnat getPageSize (void);
 void setExecutable (void *p, lnat len, rtsBool exec);