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

Method ImplicitProducer

deps/concurrentqueue/concurrentqueue.h:2408–2414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2406 struct ImplicitProducer : public ProducerBase
2407 {
2408 ImplicitProducer(ConcurrentQueue* parent_) :
2409 ProducerBase(parent_, false),
2410 nextBlockIndexCapacity(IMPLICIT_INITIAL_INDEX_SIZE),
2411 blockIndex(nullptr)
2412 {
2413 new_block_index();
2414 }
2415
2416 ~ImplicitProducer()
2417 {

Callers

nothing calls this directly

Calls 1

new_block_indexFunction · 0.85

Tested by

no test coverage detected