X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FProfHeap.h;h=c4a92e200be6a3ecf7343eb2e1ef01a76027f8eb;hb=cd47700887365ca2a6af17d03e731efce65cf2ac;hp=b781235c77d1e78c46b4f04f0ed8447b0ee1e31b;hpb=7d7c187b4a12f1bb350e85cdb0115e19537cc704;p=ghc-hetmet.git diff --git a/rts/ProfHeap.h b/rts/ProfHeap.h index b781235..c4a92e2 100644 --- a/rts/ProfHeap.h +++ b/rts/ProfHeap.h @@ -9,14 +9,13 @@ #ifndef PROFHEAP_H #define PROFHEAP_H -#pragma GCC visibility push(hidden) +#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); -#pragma GCC visibility pop +#include "EndPrivate.h" #endif /* PROFHEAP_H */