X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FProfHeap.h;h=cda29ad09246c5a7c37f925b1e9da1501eb1ce76;hb=524c609b6d8d220b03640dc71a209530bf2ed280;hp=0251416762786cf44c12131ddfe179089f5996ca;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/rts/ProfHeap.h b/rts/ProfHeap.h index 0251416..cda29ad 100644 --- a/rts/ProfHeap.h +++ b/rts/ProfHeap.h @@ -9,11 +9,14 @@ #ifndef PROFHEAP_H #define PROFHEAP_H -extern void heapCensus( void ); -extern nat initHeapProfiling( void ); -extern void endHeapProfiling( void ); -extern rtsBool closureSatisfiesConstraints( StgClosure* p ); -extern void LDV_recordDead( StgClosure *c, nat size ); -extern rtsBool strMatchesSelector( char* str, char* sel ); +BEGIN_RTS_PRIVATE + +void heapCensus (void); +nat initHeapProfiling (void); +void endHeapProfiling (void); +void LDV_recordDead (StgClosure *c, nat size); +rtsBool strMatchesSelector (char* str, char* sel); + +END_RTS_PRIVATE #endif /* PROFHEAP_H */