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

Function setMemoryManagerPinned

src/backend/opencl/platform.cpp:738–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738void setMemoryManagerPinned(unique_ptr<MemoryManagerBase> mgr) {
739 return DeviceManager::getInstance().setMemoryManagerPinned(move(mgr));
740}
741
742void resetMemoryManagerPinned() {
743 return DeviceManager::getInstance().resetMemoryManagerPinned();

Callers 1

Calls 1

Tested by

no test coverage detected