Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ memFreeUser
Function
memFreeUser
src/backend/oneapi/memory.cpp:107–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
void memFreeUser(void *ptr) { memoryManager().unlock(ptr, true); }
108
109
template<typename T>
110
void memLock(const sycl::buffer<T> *ptr) {
Callers
nothing calls this directly
Calls
1
unlock
Method · 0.45
Tested by
no test coverage detected