MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / gc_try_blocking

Function gc_try_blocking

src/hx/CFFI.cpp:988–991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

986
987
988bool gc_try_blocking()
989{
990 return hx::TryGCFreeZone();
991}
992
993bool gc_try_unblocking()
994{

Callers 1

AutoGCBlockingMethod · 0.85

Calls 1

TryGCFreeZoneFunction · 0.85

Tested by

no test coverage detected