blob: 417f106948a18c673c5aefd037f69ffaa70829c7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* -----------------------------------------------------------------------------
*
* (c) The University of Glasgow 2006
*
* OS-specific memory management
*
* ---------------------------------------------------------------------------*/
lnat getPageSize (void);
void setExecutable (void *p, lnat len, rtsBool exec);
|