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

Function resetMemoryManager

src/backend/cuda/platform.cpp:490–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490void resetMemoryManager() {
491 return DeviceManager::getInstance().resetMemoryManager();
492}
493
494void setMemoryManagerPinned(unique_ptr<MemoryManagerBase> mgr) {
495 return DeviceManager::getInstance().setMemoryManagerPinned(move(mgr));

Callers

nothing calls this directly

Calls 1

resetMemoryManagerMethod · 0.45

Tested by

no test coverage detected