MCPcopy 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

53void signalMemoryCleanup() { memoryManager().signalMemoryCleanup(); }
54
55void shutdownMemoryManager() { memoryManager().shutdown(); }
56
57void shutdownPinnedMemoryManager() { pinnedMemoryManager().shutdown(); }
58

Callers 1

shutdownMethod · 0.70

Calls 1

shutdownMethod · 0.45

Tested by

no test coverage detected