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