MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / enqueueCPtr

Method enqueueCPtr

src/server.h:2173–2177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2171
2172 template<typename T>
2173 void enqueueCPtr(Epoch e, T p)
2174 {
2175 auto sp = std::make_unique<CPtrCollectable>(reinterpret_cast<void*>(p));
2176 enqueue(e, std::move(sp));
2177 }
2178};
2179
2180// Per-thread variabels that may be accessed without a lock

Callers 1

asyncFreeDictTableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected