Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ release
Method
release
contrib/libs/zeromq/src/decoder_allocators.cpp:84–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
unsigned char *zmq::shared_message_memory_allocator::release ()
85
{
86
unsigned char *b = _buf;
87
clear ();
88
return b;
89
}
90
91
void zmq::shared_message_memory_allocator::clear ()
92
{
Callers
1
decode
Method · 0.45
Calls
1
clear
Function · 0.50
Tested by
no test coverage detected