Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
void 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_model
Method · 0.45
export_single_func
Method · 0.45
process_graph
Method · 0.45
run
Method · 0.45
do_solve
Method · 0.45
init_topo_order
Method · 0.45
impl.cpp
File · 0.45
check_result_and_calc_lower_bound
Method · 0.45
construct_execution_policy
Method · 0.45
Checker
Class · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected