MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / ~EventPool

Method ~EventPool

imperative/src/impl/event_pool.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 return {};
60}
61EventPool::~EventPool() {
62 for (auto&& i : m_cn2pool) {
63 i.second.assert_all_freed();
64 }
65}
66
67} // namespace imperative
68} // namespace mgb

Callers

nothing calls this directly

Calls 1

assert_all_freedMethod · 0.80

Tested by

no test coverage detected