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

Method mem_size

include/thundersvm/syncarray.h:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 void resize(size_t count);
86
87 size_t mem_size() const {//number of bytes
88 return mem->size();
89 }
90
91 size_t size() const {//number of values
92 return size_;

Callers 1

TESTFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

TESTFunction · 0.64