MCPcopy 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
95void 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_pinnedFunction · 0.50
readImageFunction · 0.50
af_save_imageFunction · 0.50
af_save_image_memoryFunction · 0.50
readImage_tFunction · 0.50
save_tFunction · 0.50

Calls 1

unlockMethod · 0.45

Tested by

no test coverage detected