MCPcopy 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
71megcoreStatus_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_FFunction · 0.85
TEST_FFunction · 0.85
freeMethod · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls 1

freeMethod · 0.45

Tested by 7

TEST_FFunction · 0.68
TEST_FFunction · 0.68
freeMethod · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68