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

Method GetCreateThreadId

base/MemoryPool.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25std::thread::id CMemoryPool::GetCreateThreadId() {
26 return _create_thread_id;
27}
28
29int CMemoryPool::GetLargeSize() {
30 return _block_pool.GetSize();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected