Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ af_lock_device_ptr
Function
af_lock_device_ptr
src/api/c/memory.cpp:155–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
}
154
155
af_err af_lock_device_ptr(const af_array arr) { return af_lock_array(arr); }
156
157
af_err af_lock_array(const af_array arr) {
158
try {
Callers
nothing calls this directly
Calls
1
af_lock_array
Function · 0.70
Tested by
no test coverage detected