MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / clear

Method clear

dnn/test/common/memory_manager.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void MemoryManagerHolder::clear() {
60 std::lock_guard<std::mutex> lock(m_map_mutex);
61 m_map.clear();
62}
63
64// vim: syntax=cpp.doxygen

Callers 15

TearDownMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TearDownMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TearDownMethod · 0.45
TearDownMethod · 0.45
TearDownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected