Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ memFree
Function
memFree
src/backend/cuda/memory.cpp:77–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
void memFree(void *ptr) { memoryManager().unlock(ptr, false); }
78
79
void memFreeUser(void *ptr) { memoryManager().unlock(ptr, true); }
80
Callers
2
return_temporary_buffer
Function · 0.70
orb
Function · 0.50
Calls
1
unlock
Method · 0.45
Tested by
no test coverage detected