MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / dlclose

Function dlclose

src/custom/impl/manager.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25int dlclose(void* handle) {
26 return static_cast<int>(FreeLibrary(static_cast<HMODULE>(handle)));
27}
28
29const char* dlerror(void) {
30 static char win_err_info[] = "no dlerror info in windows";

Callers 3

CustomLibMethod · 0.85
unload_libMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected