Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caozhiyi/CppNet
/ GetLargeBlockLength
Method
GetLargeBlockLength
base/MemoryPool.cpp:33–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
int CMemoryPool::GetLargeBlockLength() {
34
return _block_pool.GetBlockLength();
35
}
36
37
void CMemoryPool::ReleaseLargeHalf() {
38
_block_pool.ReleaseHalf();
Callers
1
CLoopBuffer
Method · 0.80
Calls
1
GetBlockLength
Method · 0.80
Tested by
no test coverage detected