[project @ 1998-12-02 13:17:09 by simonm]
[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);