X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FProfHeap.h;h=c4a92e200be6a3ecf7343eb2e1ef01a76027f8eb;hb=cd47700887365ca2a6af17d03e731efce65cf2ac;hp=0251416762786cf44c12131ddfe179089f5996ca;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/rts/ProfHeap.h b/rts/ProfHeap.h index 0251416..c4a92e2 100644 --- a/rts/ProfHeap.h +++ b/rts/ProfHeap.h @@ -9,11 +9,13 @@ #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 ); +#include "BeginPrivate.h" + +void heapCensus (void); +nat initHeapProfiling (void); +void endHeapProfiling (void); +rtsBool strMatchesSelector (char* str, char* sel); + +#include "EndPrivate.h" #endif /* PROFHEAP_H */