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:
authorJonas Echterhoff <jonas@unity3d.com>2020-05-26 11:19:25 +0300
committerJonas Echterhoff <jonas@unity3d.com>2020-05-26 11:19:25 +0300
commit0480a661fed6149741aeb318f8aa31a96d9182cb (patch)
tree9ddd2684c5de680be2f4268f4d26446de8863f40 /include
parent7027029e20978c23787d5801d9098016e51133c3 (diff)
Change name; also start collection
Diffstat (limited to 'include')
-rw-r--r--include/gc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gc.h b/include/gc.h
index 615e4961..3e79f03d 100644
--- a/include/gc.h
+++ b/include/gc.h
@@ -2034,7 +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);
+GC_API void GC_CALL GC_start_incremental_collection (void);
/* APIs for getting access to raw GC heap */
/* These are NOT thread safe, so should be called with GC lock held */