Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
void zmq::shared_message_memory_allocator::inc_ref ()
99
{
100
(reinterpret_cast<zmq::atomic_counter_t *> (_buf))->add (1);
101
}
102
103
void zmq::shared_message_memory_allocator::call_dec_ref (void *, void *hint_)
104
{
Callers
1
size_ready
Method · 0.45
Calls
1
add
Method · 0.45
Tested by
no test coverage detected