summaryrefslogtreecommitdiff
path: root/rts/sm/NonMovingSweep.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/sm/NonMovingSweep.h')
-rw-r--r--rts/sm/NonMovingSweep.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rts/sm/NonMovingSweep.h b/rts/sm/NonMovingSweep.h
index 5ae5b687e3..24e9eccd5e 100644
--- a/rts/sm/NonMovingSweep.h
+++ b/rts/sm/NonMovingSweep.h
@@ -19,6 +19,9 @@ void nonmovingSweepMutLists(void);
// Remove unmarked entries in oldest generation scavenged_large_objects list
void nonmovingSweepLargeObjects(void);
+// Remove unmarked entries in oldest generation compact_objects list
+void nonmovingSweepCompactObjects(void);
+
// Remove dead entries in the stable name table
void nonmovingSweepStableNameTable(void);