Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ megcoreFree
Function
megcoreFree
dnn/src/common/megcore/public_api/device.cpp:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
megcoreStatus_t megcoreFree(megcoreDeviceHandle_t handle, void* devPtr) {
72
megdnn_assert(handle);
73
handle->content->free(devPtr);
74
return megcoreSuccess;
75
}
76
77
// vim: syntax=cpp.doxygen
Callers
7
TEST_F
Function · 0.85
TEST_F
Function · 0.85
free
Method · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
TEST_F
Function · 0.85
TEST_F
Function · 0.85
Calls
1
free
Method · 0.45
Tested by
7
TEST_F
Function · 0.68
TEST_F
Function · 0.68
free
Method · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
TEST_F
Function · 0.68
TEST_F
Function · 0.68