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

Method userUnlock

src/backend/common/DefaultMemoryManager.cpp:364–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void DefaultMemoryManager::userUnlock(const void *ptr) {
365 this->unlock(const_cast<void *>(ptr), true);
366}
367
368bool DefaultMemoryManager::isUserLocked(const void *ptr) {
369 memory_info &current = this->getCurrentMemoryInfo();

Callers 4

memUnlockFunction · 0.45
memUnlockFunction · 0.45
memUnlockFunction · 0.45
memUnlockFunction · 0.45

Calls 1

unlockMethod · 0.95

Tested by

no test coverage detected