MCPcopy Create free account
hub / github.com/apache/brpc / release_blockref_array

Function release_blockref_array

src/butil/iobuf.cpp:389–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389inline void release_blockref_array(IOBuf::BlockRef* refs, size_t cap) {
390 delete[] refs;
391}
392
393} // namespace iobuf
394

Callers 5

_pop_back_refMethod · 0.85
clearMethod · 0.85
appendMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected