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

Function setMemoryManagerPinned

src/backend/oneapi/platform.cpp:615–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613}
614
615void setMemoryManagerPinned(unique_ptr<MemoryManagerBase> mgr) {
616 return DeviceManager::getInstance().setMemoryManagerPinned(move(mgr));
617}
618
619void resetMemoryManagerPinned() {
620 return DeviceManager::getInstance().resetMemoryManagerPinned();

Callers 1

Calls 1

Tested by

no test coverage detected