MCPcopy 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
33int CMemoryPool::GetLargeBlockLength() {
34 return _block_pool.GetBlockLength();
35}
36
37void CMemoryPool::ReleaseLargeHalf() {
38 _block_pool.ReleaseHalf();

Callers 1

CLoopBufferMethod · 0.80

Calls 1

GetBlockLengthMethod · 0.80

Tested by

no test coverage detected