summaryrefslogtreecommitdiff
path: root/rts/RetainerProfile.h
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2019-07-16 14:54:37 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-02-17 11:21:11 -0500
commit30c01e4227e99e10e50b05075ec071cf7950ae78 (patch)
treeefe086da6e16a9766644c9ceae8a1c168c54b67d /rts/RetainerProfile.h
parentd7bbaf5d45fd7b88ce331659abe29d16d086684b (diff)
downloadhaskell-30c01e4227e99e10e50b05075ec071cf7950ae78.tar.gz
rts: TraverseHeap: Move "flip" bit into traverseState struct
Diffstat (limited to 'rts/RetainerProfile.h')
-rw-r--r--rts/RetainerProfile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/RetainerProfile.h b/rts/RetainerProfile.h
index 6a2dc5e846..f15f0aa716 100644
--- a/rts/RetainerProfile.h
+++ b/rts/RetainerProfile.h
@@ -20,10 +20,12 @@ void initRetainerProfiling ( void );
void endRetainerProfiling ( void );
void retainerProfile ( void );
+bool isRetainerSetValid( const StgClosure *c );
RetainerSet* retainerSetOf( const StgClosure *c );
// Used by GC.c
W_ retainerStackBlocks(void);
+extern traverseState g_retainerTraverseState;
#include "EndPrivate.h"