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

Function pinnedFree

src/backend/oneapi/memory.cpp:137–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void pinnedFree(void *ptr) { pinnedMemoryManager().unlock(ptr, false); }
138
139// template unique_ptr<int, function<void(int *)>> memAlloc<T>(
140#define INSTANTIATE(T) \

Callers

nothing calls this directly

Calls 1

unlockMethod · 0.45

Tested by

no test coverage detected