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

Method PoolLargeMalloc

base/MemoryPool.h:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176
177 template<typename T>
178 T* CMemoryPool::PoolLargeMalloc() {
179 T* ret = (T*)_block_pool.PoolLargeMalloc();
180 return ret;
181 }
182
183 template<typename T>
184 void CMemoryPool::PoolLargeFree(T* &m) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected