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

Function resetMemoryManager

src/backend/oneapi/platform.cpp:611–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609}
610
611void resetMemoryManager() {
612 return DeviceManager::getInstance().resetMemoryManager();
613}
614
615void setMemoryManagerPinned(unique_ptr<MemoryManagerBase> mgr) {
616 return DeviceManager::getInstance().setMemoryManagerPinned(move(mgr));

Callers

nothing calls this directly

Calls 1

resetMemoryManagerMethod · 0.45

Tested by

no test coverage detected