MCPcopy 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
84unsigned char *zmq::shared_message_memory_allocator::release ()
85{
86 unsigned char *b = _buf;
87 clear ();
88 return b;
89}
90
91void zmq::shared_message_memory_allocator::clear ()
92{

Callers 1

decodeMethod · 0.45

Calls 1

clearFunction · 0.50

Tested by

no test coverage detected