Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ GCRemoveRoot
Method
GCRemoveRoot
src/hx/gc/Immix.cpp:2385–2389 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2383
}
2384
2385
void GCRemoveRoot(hx::Object **inRoot)
2386
{
2387
std::lock_guard<std::mutex> lock(*sGCRootLock);
2388
sgRootSet.erase(inRoot);
2389
}
2390
2391
2392
void GcAddOffsetRoot(void *inRoot, int inOffset)
Callers
nothing calls this directly
Calls
1
erase
Method · 0.80
Tested by
no test coverage detected