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