Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caozhiyi/CppNet
/ GetBlockLength
Method
GetBlockLength
base/BlockMemoryPool.cpp:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
int CBlockMemoryPool::GetBlockLength() {
41
return _large_size;
42
}
43
44
void CBlockMemoryPool::ReleaseHalf() {
45
std::unique_lock<std::mutex> lock(_large_mutex);
Callers
1
GetLargeBlockLength
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected