MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / getFunctionPointer

Function getFunctionPointer

src/backend/common/module_loading_unix.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19namespace common {
20
21void* getFunctionPointer(LibHandle handle, const char* symbolName) {
22 return dlsym(handle, symbolName);
23}
24
25LibHandle loadLibrary(const char* library_name) {
26 return dlopen(library_name, RTLD_LAZY);

Callers 5

getSymbolMethod · 0.70
getCudnnVersionFunction · 0.50
getCusparseVersionFunction · 0.50
~arrayMethod · 0.50
openDynLibraryFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected