MCPcopy 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
77void memFree(void *ptr) { memoryManager().unlock(ptr, false); }
78
79void memFreeUser(void *ptr) { memoryManager().unlock(ptr, true); }
80

Callers 2

return_temporary_bufferFunction · 0.70
orbFunction · 0.50

Calls 1

unlockMethod · 0.45

Tested by

no test coverage detected