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

Function printMemInfo

src/backend/cpu/memory.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50void shutdownMemoryManager() { memoryManager().shutdown(); }
51
52void printMemInfo(const char *msg, const int device) {
53 memoryManager().printInfo(msg, device);
54}
55
56template<typename T>
57unique_ptr<T[], function<void(void *)>> memAlloc(const size_t &elements) {

Callers

nothing calls this directly

Calls 1

printInfoMethod · 0.45

Tested by

no test coverage detected