Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ pinnedFree
Function
pinnedFree
src/backend/cpu/memory.cpp:95–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
void pinnedFree(void *ptr) { memoryManager().unlock(ptr, false); }
96
97
#define INSTANTIATE(T) \
98
template std::unique_ptr<T[], std::function<void(void *)>> memAlloc( \
Callers
6
af_free_pinned
Function · 0.50
readImage
Function · 0.50
af_save_image
Function · 0.50
af_save_image_memory
Function · 0.50
readImage_t
Function · 0.50
save_t
Function · 0.50
Calls
1
unlock
Method · 0.45
Tested by
no test coverage detected