094c4fe393db495a965e9c50ac2b1ab9a66205b9
[ghc-hetmet.git] / ghc / rts / MBlock.h
1 /* -----------------------------------------------------------------------------
2  * $Id: MBlock.h,v 1.2 1998/12/02 13:28:30 simonm Exp $
3  *
4  * MegaBlock Allocator interface.
5  *
6  * ---------------------------------------------------------------------------*/
7
8 extern void * getMBlock(void);
9 extern void * getMBlocks(nat n);