MCPcopy 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
107void memFreeUser(void *ptr) { memoryManager().unlock(ptr, true); }
108
109template<typename T>
110void memLock(const sycl::buffer<T> *ptr) {

Callers

nothing calls this directly

Calls 1

unlockMethod · 0.45

Tested by

no test coverage detected