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

Function af_free_device

src/api/c/memory.cpp:288–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288af_err af_free_device(void *ptr) {
289 try {
290 memFreeUser(ptr);
291 }
292 CATCHALL;
293 return AF_SUCCESS;
294}
295
296af_err af_free_device_v2(void *ptr) {
297 try {

Callers 3

TESTFunction · 0.50
TESTFunction · 0.50
freeFunction · 0.50

Calls 1

memFreeUserFunction · 0.50

Tested by

no test coverage detected