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

Function shutdownPinnedMemoryManager

src/backend/cuda/memory.cpp:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55void shutdownMemoryManager() { memoryManager().shutdown(); }
56
57void shutdownPinnedMemoryManager() { pinnedMemoryManager().shutdown(); }
58
59void printMemInfo(const char *msg, const int device) {
60 memoryManager().printInfo(msg, device);

Callers 1

shutdownMethod · 0.70

Calls 1

shutdownMethod · 0.45

Tested by

no test coverage detected