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

Function freeHost

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

Source from the content-addressed store, hash-verified

148}
149
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));

Callers 15

mainFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
triangleTesterFunction · 0.85
fft.cppFile · 0.85
TESTFunction · 0.85
writeTestFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
gfor.cppFile · 0.85
TESTFunction · 0.85

Calls 1

af_free_hostFunction · 0.50

Tested by 2

TESTFunction · 0.68
Test_flip_1DFunction · 0.68