diff options
Diffstat (limited to 'ghc/rts/MBlock.h')
-rw-r--r-- | ghc/rts/MBlock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/rts/MBlock.h b/ghc/rts/MBlock.h index d3214c8311..1cc0dc5a1f 100644 --- a/ghc/rts/MBlock.h +++ b/ghc/rts/MBlock.h @@ -13,6 +13,7 @@ extern lnat RTS_VAR(mblocks_allocated); extern void * getMBlock(void); extern void * getMBlocks(nat n); +extern void freeAllMBlocks(void); #if osf3_HOST_OS /* ToDo: Perhaps by adjusting this value we can make linking without |