X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRetainerProfile.h;h=7278dc74659abf0198efebbf60c9e6a85695236d;hb=c51229b2bfd3b1a61d3966db894210ef848f0a6d;hp=5f4503c84bd08fd3e8a7496e7b4011f5f4019b5b;hpb=a2a67cd520b9841114d69a87a423dabcb3b4368e;p=ghc-hetmet.git diff --git a/rts/RetainerProfile.h b/rts/RetainerProfile.h index 5f4503c..7278dc7 100644 --- a/rts/RetainerProfile.h +++ b/rts/RetainerProfile.h @@ -14,11 +14,12 @@ #include "RetainerSet.h" -extern void initRetainerProfiling ( void ); -extern void endRetainerProfiling ( void ); -extern void printRetainer ( FILE *, retainer ); -extern void retainerProfile ( void ); -extern void resetStaticObjectForRetainerProfiling( StgClosure *static_objects ); +#pragma GCC visibility push(hidden) + +void initRetainerProfiling ( void ); +void endRetainerProfiling ( void ); +void retainerProfile ( void ); +void resetStaticObjectForRetainerProfiling( StgClosure *static_objects ); extern StgWord flip; @@ -42,6 +43,8 @@ retainerSetOf( StgClosure *c ) extern lnat retainerStackBlocks ( void ); #endif +#pragma GCC visibility pop + #endif /* PROFILING */ #endif /* RETAINERPROFILE_H */