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

Function dlerror

src/custom/impl/manager.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29const char* dlerror(void) {
30 static char win_err_info[] = "no dlerror info in windows";
31 return win_err_info;
32}
33#endif
34
35CustomLib::CustomLib(const std::string& path, int mode = RTLD_LAZY)

Callers 5

CustomLibMethod · 0.70
load_libMethod · 0.50
resolve_funcMethod · 0.50
unload_libMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected