Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ shutdownMemoryManager
Function
shutdownMemoryManager
src/backend/cuda/memory.cpp:55–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
void signalMemoryCleanup() { memoryManager().signalMemoryCleanup(); }
54
55
void shutdownMemoryManager() { memoryManager().shutdown(); }
56
57
void shutdownPinnedMemoryManager() { pinnedMemoryManager().shutdown(); }
58
Callers
1
shutdown
Method · 0.70
Calls
1
shutdown
Method · 0.45
Tested by
no test coverage detected