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

Function destroyArray

src/backend/cpu/Array.cpp:308–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306
307template<typename T>
308void destroyArray(Array<T> *A) {
309 delete A;
310}
311
312template<typename T>
313void writeHostDataArray(Array<T> &arr, const T *const data,

Callers 1

releaseHandleFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected