Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
389
inline void release_blockref_array(IOBuf::BlockRef* refs, size_t cap) {
390
delete[] refs;
391
}
392
393
} // namespace iobuf
394
Callers
5
_push_or_move_back_ref_to_bigview
Method · 0.85
_pop_or_moveout_front_ref
Method · 0.85
_pop_back_ref
Method · 0.85
clear
Method · 0.85
append
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected