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

Function freeV2

src/api/cpp/device.cpp:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void freeV2(const void *ptr) {
136 AF_THROW(af_free_device_v2(const_cast<void *>(ptr)));
137}
138
139void freePinned(const void *ptr) {
140 // FIXME: look up map and call the right free

Callers 3

TESTFunction · 0.85
memAllocPtrScopeTestFunction · 0.85
TESTFunction · 0.85

Calls 1

af_free_device_v2Function · 0.50

Tested by

no test coverage detected