MCPcopy Create free account
hub / github.com/caozhiyi/CppNet / CBlockMemoryPool

Method CBlockMemoryPool

base/BlockMemoryPool.cpp:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3using namespace base;
4
5CBlockMemoryPool::CBlockMemoryPool(const int large_sz, const int add_num) :
6 _number_large_add_nodes(add_num),
7 _large_size(large_sz){
8
9}
10
11CBlockMemoryPool::~CBlockMemoryPool() {
12 // free all memory

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected