X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FProfHeap.h;h=c4a92e200be6a3ecf7343eb2e1ef01a76027f8eb;hb=b2bd63f99d643f6b3eb30bb72bb9ae26d4183252;hp=cda29ad09246c5a7c37f925b1e9da1501eb1ce76;hpb=9a9803e8dc80ba41bd3e2d31228e64fa6b61060e;p=ghc-hetmet.git diff --git a/rts/ProfHeap.h b/rts/ProfHeap.h index cda29ad..c4a92e2 100644 --- a/rts/ProfHeap.h +++ b/rts/ProfHeap.h @@ -9,14 +9,13 @@ #ifndef PROFHEAP_H #define PROFHEAP_H -BEGIN_RTS_PRIVATE +#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); -END_RTS_PRIVATE +#include "EndPrivate.h" #endif /* PROFHEAP_H */