1 /* -----------------------------------------------------------------------------
3 * (c) The GHC Team, 1998-2005
5 * Support for heap profiling
7 * ---------------------------------------------------------------------------*/
12 extern void heapCensus( void );
13 extern nat initHeapProfiling( void );
14 extern void endHeapProfiling( void );
15 extern rtsBool closureSatisfiesConstraints( StgClosure* p );
16 extern void LDV_recordDead( StgClosure *c, nat size );
17 extern rtsBool strMatchesSelector( char* str, char* sel );
19 #endif /* PROFHEAP_H */