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

Function setMemoryManager

src/backend/opencl/platform.cpp:730–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728}
729
730void setMemoryManager(unique_ptr<MemoryManagerBase> mgr) {
731 return DeviceManager::getInstance().setMemoryManager(move(mgr));
732}
733
734void resetMemoryManager() {
735 return DeviceManager::getInstance().resetMemoryManager();

Callers 1

resetMemoryManagerMethod · 0.70

Calls 1

setMemoryManagerMethod · 0.45

Tested by

no test coverage detected