MCPcopy 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
40int CBlockMemoryPool::GetBlockLength() {
41 return _large_size;
42}
43
44void CBlockMemoryPool::ReleaseHalf() {
45 std::unique_lock<std::mutex> lock(_large_mutex);

Callers 1

GetLargeBlockLengthMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected