[project @ 2001-11-22 14:25:11 by simonmar]
[ghc-hetmet.git] / ghc / rts / ProfHeap.h
1 /* -----------------------------------------------------------------------------
2  * $Id: ProfHeap.h,v 1.2 2001/11/22 14:25:12 simonmar Exp $
3  *
4  * (c) The GHC Team, 1998-1999
5  *
6  * Support for heap profiling
7  *
8  * ---------------------------------------------------------------------------*/
9
10
11 extern void    heapCensus( void );
12 extern nat     initHeapProfiling( void );
13 extern void    endHeapProfiling( void );
14 extern rtsBool closureSatisfiesConstraints( StgClosure* p );