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

Function printMemInfo

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

Source from the content-addressed store, hash-verified

57void shutdownPinnedMemoryManager() { pinnedMemoryManager().shutdown(); }
58
59void printMemInfo(const char *msg, const int device) {
60 memoryManager().printInfo(msg, device);
61}
62
63template<typename T>
64uptr<T> memAlloc(const size_t &elements) {

Callers

nothing calls this directly

Calls 1

printInfoMethod · 0.45

Tested by

no test coverage detected