summaryrefslogtreecommitdiff
path: root/rts/sm/NonMovingCensus.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/sm/NonMovingCensus.h')
-rw-r--r--rts/sm/NonMovingCensus.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/rts/sm/NonMovingCensus.h b/rts/sm/NonMovingCensus.h
new file mode 100644
index 0000000000..a4f84c4dff
--- /dev/null
+++ b/rts/sm/NonMovingCensus.h
@@ -0,0 +1,11 @@
+/* -----------------------------------------------------------------------------
+ *
+ * (c) The GHC Team, 1998-2018
+ *
+ * Non-moving garbage collector and allocator: Accounting census
+ *
+ * ---------------------------------------------------------------------------*/
+
+#pragma once
+
+void nonmovingPrintAllocatorCensus(void);