Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/bdwgc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/gc.h')
-rw-r--r--include/gc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gc.h b/include/gc.h
index 13c7c2a9..615e4961 100644
--- a/include/gc.h
+++ b/include/gc.h
@@ -2034,6 +2034,7 @@ GC_API void GC_CALL GC_stop_world_external(void);
GC_API void GC_CALL GC_start_world_external(void);
GC_API void GC_CALL GC_disable_incremental(void);
+GC_API void GC_CALL GC_trigger_collection (void);
/* APIs for getting access to raw GC heap */
/* These are NOT thread safe, so should be called with GC lock held */