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

Function printMemInfo

src/api/cpp/device.cpp:152–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150void freeHost(const void *ptr) { AF_THROW(af_free_host((void *)ptr)); }
151
152void printMemInfo(const char *msg, const int device_id) {
153 AF_THROW(af_print_mem_info(msg, device_id));
154}
155
156void deviceGC() { AF_THROW(af_device_gc()); }
157

Callers 2

TESTFunction · 0.50
af_print_mem_infoFunction · 0.50

Calls 1

af_print_mem_infoFunction · 0.50

Tested by

no test coverage detected