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

Function setMemoryManager

src/backend/cuda/platform.cpp:486–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}
485
486void setMemoryManager(unique_ptr<MemoryManagerBase> mgr) {
487 return DeviceManager::getInstance().setMemoryManager(move(mgr));
488}
489
490void resetMemoryManager() {
491 return DeviceManager::getInstance().resetMemoryManager();

Callers 1

resetMemoryManagerMethod · 0.70

Calls 1

setMemoryManagerMethod · 0.45

Tested by

no test coverage detected