summaryrefslogtreecommitdiff
path: root/includes/rts/storage
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-05-29 23:05:10 -0400
committerBen Gamari <ben@smart-cactus.org>2020-11-01 13:57:10 -0500
commit1a184ceb8d4c3093fe1a8a5085a747943274a8d9 (patch)
treea752e2b5c192cd8daac51a24e2e21259bf2cae53 /includes/rts/storage
parente63db32c7eb089985a1a7279a0a886a32d70ac0e (diff)
downloadhaskell-wip/perform-blocking-gc.tar.gz
rts: Introduce performBlockingMajorGCwip/perform-blocking-gc
Diffstat (limited to 'includes/rts/storage')
-rw-r--r--includes/rts/storage/GC.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/rts/storage/GC.h b/includes/rts/storage/GC.h
index 9f4a0dde07..dd26399ab5 100644
--- a/includes/rts/storage/GC.h
+++ b/includes/rts/storage/GC.h
@@ -216,6 +216,7 @@ extern W_ large_alloc_lim;
void performGC(void);
void performMajorGC(void);
+void performBlockingMajorGC(void);
/* -----------------------------------------------------------------------------
The CAF table - used to let us revert CAFs in GHCi