Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xtra-Computing/thundersvm
/ ~SyncArray
Method
~SyncArray
src/thundersvm/syncarray.cpp:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
template<typename T>
12
SyncArray<T>::~SyncArray() {
13
delete mem;
14
}
15
16
template<typename T>
17
const T *SyncArray<T>::host_data() const {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected