Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ memFree
Function
memFree
src/backend/cpu/memory.cpp:71–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void memFree(void *ptr) { return memoryManager().unlock(ptr, false); }
72
73
void memFreeUser(void *ptr) { memoryManager().unlock(ptr, true); }
74
Callers
nothing calls this directly
Calls
1
unlock
Method · 0.45
Tested by
no test coverage detected