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