New API to stop and start the GC world externally
authorJonas Echterhoff <jonas@unity3d.com>
Fri, 27 Jul 2018 15:11:03 +0000 (18:11 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 27 Jul 2018 15:11:03 +0000 (18:11 +0300)
commitbb91f035a17e258490a75e47997fa98527394ba4
treea027221bec6973d0bb7d2aa4cc94c3f3ecdf5e49
parent5e322e140c97f6c5ed6c1381a2e2f3421462fb34
New API to stop and start the GC world externally
(part of commits 39e14be, 05e3377 from Unity-Technologies/bdwgc)

Issue #173 (bdwgc).

* include/gc.h (GC_stop_world_external, GC_start_world_external):
Declare new API function.
* misc.c (GC_stop_world_external, GC_start_world_external): Implement.
include/gc.h
misc.c