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

Method clear

compiler/test/kernel/common/src/memory_manager.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void MemoryManagerHolder::clear() {
56 std::lock_guard<std::mutex> lock(m_map_mutex);
57 m_map.clear();
58}
59
60// vim: syntax=cpp.doxygen

Callers 13

save_modelMethod · 0.45
export_single_funcMethod · 0.45
process_graphMethod · 0.45
runMethod · 0.45
do_solveMethod · 0.45
init_topo_orderMethod · 0.45
impl.cppFile · 0.45
CheckerClass · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected