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

Function close

include/hx/GC.h:232–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 ~AutoGCFreeZone() { if (locked) ExitGCFreeZone(); }
231
232 void close() { if (locked) ExitGCFreeZone(); locked = false; }
233
234 bool locked;
235};

Callers 5

create_tempfileFunction · 0.85
alloc_chunkFunction · 0.85
free_chunkFunction · 0.85
do_closeFunction · 0.85
_hx_std_process_runFunction · 0.85

Calls 1

ExitGCFreeZoneFunction · 0.85

Tested by

no test coverage detected