MCPcopy 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
155af_err af_lock_device_ptr(const af_array arr) { return af_lock_array(arr); }
156
157af_err af_lock_array(const af_array arr) {
158 try {

Callers

nothing calls this directly

Calls 1

af_lock_arrayFunction · 0.70

Tested by

no test coverage detected