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

Method Dealloc

net/CppNetImpl.cpp:82–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void CCppNetImpl::Dealloc() {
83 for (auto iter = _actions_map.begin(); iter != _actions_map.end(); ++iter) {
84 iter->second->Dealloc();
85 }
86#ifndef __linux__
87 DeallocSocket();
88#endif // __linux__
89}
90
91void CCppNetImpl::Join() {
92 for (size_t i = 0; i < _thread_vec.size(); ++i) {

Callers

nothing calls this directly

Calls 1

DeallocSocketFunction · 0.85

Tested by

no test coverage detected