[project @ 1999-01-14 14:35:04 by simonm]
[ghc-hetmet.git] / ghc / rts / MBlock.h
1 /* -----------------------------------------------------------------------------
2  * $Id: MBlock.h,v 1.3 1999/01/13 17:25:41 simonm Exp $
3  *
4  * MegaBlock Allocator interface.
5  *
6  * ---------------------------------------------------------------------------*/
7
8 extern lnat mblocks_allocated;
9
10 extern void * getMBlock(void);
11 extern void * getMBlocks(nat n);