Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ free
Method
free
dnn/src/common/megcore/cpu/default_device_context.cpp:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
void DefaultDeviceContext::free(void* ptr) {
28
delete[] static_cast<uint8_t*>(ptr);
29
}
30
31
// vim: syntax=cpp.doxygen
Callers
1
megcoreFree
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected