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

Method shutdown

src/backend/common/DefaultMemoryManager.cpp:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92void DefaultMemoryManager::initialize() { this->setMaxMemorySize(); }
93
94void DefaultMemoryManager::shutdown() { signalMemoryCleanup(); }
95
96void DefaultMemoryManager::addMemoryManagement(int device) {
97 // If there is a memory manager allocated for this device id, we might

Callers 1

shutdownAllocatorMethod · 0.45

Calls 1

signalMemoryCleanupFunction · 0.50

Tested by

no test coverage detected