[project @ 1999-03-02 19:50:12 by sof]
[ghc-hetmet.git] / ghc / rts / MBlock.h
1 /* -----------------------------------------------------------------------------
2  * $Id: MBlock.h,v 1.4 1999/02/05 16:02:45 simonm Exp $
3  *
4  * (c) The GHC Team, 1998-1999
5  *
6  * MegaBlock Allocator interface.
7  *
8  * ---------------------------------------------------------------------------*/
9
10 extern lnat mblocks_allocated;
11
12 extern void * getMBlock(void);
13 extern void * getMBlocks(nat n);