1 /* -----------------------------------------------------------------------------
3 * (c) The University of Glasgow 2006-2008
5 * OS-specific memory management
7 * ---------------------------------------------------------------------------*/
12 #include "BeginPrivate.h"
15 void *osGetMBlocks(nat n);
16 void osFreeMBlocks(char *addr, nat n);
17 void osReleaseFreeMemory(void);
18 void osFreeAllMBlocks(void);
19 lnat getPageSize (void);
20 void setExecutable (void *p, lnat len, rtsBool exec);
22 #include "EndPrivate.h"
24 #endif /* SM_OSMEM_H */