MCPcopy 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
25LibHandle loadLibrary(const char* library_name) {
26 return dlopen(library_name, RTLD_LAZY);
27}
28void unloadLibrary(LibHandle handle) { dlclose(handle); }
29
30string getErrorMessage() {

Callers 2

DependencyModuleMethod · 0.70
openDynLibraryFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected