MCPcopy 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

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

Callers 1

shutdownMethod · 0.70

Calls 1

shutdownMethod · 0.45

Tested by

no test coverage detected