MCPcopy Create free account
hub / github.com/catboost/catboost / inc_ref

Method inc_ref

contrib/libs/zeromq/src/decoder_allocators.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void zmq::shared_message_memory_allocator::inc_ref ()
99{
100 (reinterpret_cast<zmq::atomic_counter_t *> (_buf))->add (1);
101}
102
103void zmq::shared_message_memory_allocator::call_dec_ref (void *, void *hint_)
104{

Callers 1

size_readyMethod · 0.45

Calls 1

addMethod · 0.45

Tested by

no test coverage detected