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

Function resetMemoryManager

src/backend/opencl/platform.cpp:734–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732}
733
734void resetMemoryManager() {
735 return DeviceManager::getInstance().resetMemoryManager();
736}
737
738void setMemoryManagerPinned(unique_ptr<MemoryManagerBase> mgr) {
739 return DeviceManager::getInstance().setMemoryManagerPinned(move(mgr));

Callers

nothing calls this directly

Calls 1

resetMemoryManagerMethod · 0.45

Tested by

no test coverage detected