Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_tempfile
Function · 0.85
alloc_chunk
Function · 0.85
free_chunk
Function · 0.85
do_close
Function · 0.85
_hx_std_process_run
Function · 0.85
Calls
1
ExitGCFreeZone
Function · 0.85
Tested by
no test coverage detected