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

Function memUnlock

src/backend/cpu/memory.cpp:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77bool isLocked(const void *ptr) { return memoryManager().isUserLocked(ptr); }
78
79void memUnlock(const void *ptr) { memoryManager().userUnlock(ptr); }
80
81void deviceMemoryInfo(size_t *alloc_bytes, size_t *alloc_buffers,
82 size_t *lock_bytes, size_t *lock_buffers) {

Callers 1

unlockArrayFunction · 0.50

Calls 1

userUnlockMethod · 0.45

Tested by

no test coverage detected