summaryrefslogtreecommitdiff
path: root/include/gc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gc.h')
-rw-r--r--include/gc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gc.h b/include/gc.h
index 54d76962..fc04d90d 100644
--- a/include/gc.h
+++ b/include/gc.h
@@ -618,6 +618,9 @@ GC_API void GC_CALL GC_set_max_heap_size(GC_word /* n */);
GC_API void GC_CALL GC_exclude_static_roots(void * /* low_address */,
void * /* high_address_plus_1 */);
+/* Clear the number of entries in the exclusion table. Wizards only. */
+GC_API void GC_CALL GC_clear_exclusion_table(void);
+
/* Clear the set of root segments. Wizards only. */
GC_API void GC_CALL GC_clear_roots(void);