| 2377 | static OffsetRootSet *sgOffsetRootSet=0; |
| 2378 | |
| 2379 | void GCAddRoot(hx::Object **inRoot) |
| 2380 | { |
| 2381 | std::lock_guard<std::mutex> lock(*sGCRootLock); |
| 2382 | sgRootSet.insert(inRoot); |
| 2383 | } |
| 2384 | |
| 2385 | void GCRemoveRoot(hx::Object **inRoot) |
| 2386 | { |
nothing calls this directly
no outgoing calls
no test coverage detected