MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / shutdownMemoryManager

Function shutdownMemoryManager

src/backend/opencl/memory.cpp:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47void signalMemoryCleanup() { memoryManager().signalMemoryCleanup(); }
48
49void shutdownMemoryManager() { memoryManager().shutdown(); }
50
51void shutdownPinnedMemoryManager() { pinnedMemoryManager().shutdown(); }
52

Callers 1

shutdownMethod · 0.70

Calls 1

shutdownMethod · 0.45

Tested by

no test coverage detected