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

Function setMemoryManager

src/backend/oneapi/platform.cpp:607–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607void setMemoryManager(unique_ptr<MemoryManagerBase> mgr) {
608 return DeviceManager::getInstance().setMemoryManager(move(mgr));
609}
610
611void resetMemoryManager() {
612 return DeviceManager::getInstance().resetMemoryManager();

Callers 1

resetMemoryManagerMethod · 0.70

Calls 1

setMemoryManagerMethod · 0.45

Tested by

no test coverage detected