MCPcopy 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

49void shutdownMemoryManager() { memoryManager().shutdown(); }
50
51void shutdownPinnedMemoryManager() { pinnedMemoryManager().shutdown(); }
52
53void printMemInfo(const char *msg, const int device) {
54 memoryManager().printInfo(msg, device);

Callers 1

shutdownMethod · 0.70

Calls 1

shutdownMethod · 0.45

Tested by

no test coverage detected