summaryrefslogtreecommitdiff
path: root/ghc/runtime/storage/SMcompacting.lh
blob: 87402530577671da24e5d142ce9ef9e56004d015 (plain)
1
2
3
4
5
6
7
8
9
10
11
\section[SMcompacting-header]{Header file for SMcompacting}

\begin{code}
extern void LinkRoots PROTO((P_ roots[], I_ rootno));
extern void LinkAStack PROTO((PP_ stackA, PP_ botA));
extern void LinkBStack PROTO((P_ stackB, P_ botB));
extern I_ CountCAFs PROTO((P_ CAFlist));

extern void LinkCAFs PROTO((P_ CAFlist));
\end{code}