Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
364
void DefaultMemoryManager::userUnlock(const void *ptr) {
365
this->unlock(const_cast<void *>(ptr), true);
366
}
367
368
bool DefaultMemoryManager::isUserLocked(const void *ptr) {
369
memory_info ¤t = this->getCurrentMemoryInfo();
Callers
4
memUnlock
Function · 0.45
memUnlock
Function · 0.45
memUnlock
Function · 0.45
memUnlock
Function · 0.45
Calls
1
unlock
Method · 0.95
Tested by
no test coverage detected