MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / SyncArray

Method SyncArray

src/thundersvm/syncarray.cpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6template<typename T>
7SyncArray<T>::SyncArray(size_t count):mem(new SyncMem(sizeof(T) * count)), size_(count) {
8
9}
10
11template<typename T>
12SyncArray<T>::~SyncArray() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected