Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ loadLibrary
Function
loadLibrary
src/backend/common/module_loading_unix.cpp:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
LibHandle loadLibrary(const char* library_name) {
26
return dlopen(library_name, RTLD_LAZY);
27
}
28
void unloadLibrary(LibHandle handle) { dlclose(handle); }
29
30
string getErrorMessage() {
Callers
2
DependencyModule
Method · 0.70
openDynLibrary
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected