Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
288
af_err af_free_device(void *ptr) {
289
try {
290
memFreeUser(ptr);
291
}
292
CATCHALL;
293
return AF_SUCCESS;
294
}
295
296
af_err af_free_device_v2(void *ptr) {
297
try {
Callers
3
TEST
Function · 0.50
TEST
Function · 0.50
free
Function · 0.50
Calls
1
memFreeUser
Function · 0.50
Tested by
no test coverage detected