MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / memUnlock

Function memUnlock

src/backend/cuda/memory.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void memUnlock(const void *ptr) {
86 memoryManager().userUnlock(const_cast<void *>(ptr));
87}
88
89bool isLocked(const void *ptr) {
90 return memoryManager().isUserLocked(const_cast<void *>(ptr));

Callers

nothing calls this directly

Calls 1

userUnlockMethod · 0.45

Tested by

no test coverage detected