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

Function resetMemoryManager

src/backend/cpu/platform.cpp:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void resetMemoryManager() {
170 return DeviceManager::getInstance().resetMemoryManager();
171}
172
173void setMemoryManagerPinned(unique_ptr<MemoryManagerBase> mgr) {
174 return DeviceManager::getInstance().setMemoryManagerPinned(move(mgr));

Callers 1

af_unset_memory_managerFunction · 0.50

Calls 1

resetMemoryManagerMethod · 0.45

Tested by

no test coverage detected