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