Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
307
template<typename T>
308
void destroyArray(Array<T> *A) {
309
delete A;
310
}
311
312
template<typename T>
313
void writeHostDataArray(Array<T> &arr, const T *const data,
Callers
1
releaseHandle
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected