MCPcopy 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
11template<typename T>
12SyncArray<T>::~SyncArray() {
13 delete mem;
14}
15
16template<typename T>
17const T *SyncArray<T>::host_data() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected