MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / sparsegroup

Method sparsegroup

libCacheSim/dataStructure/sparsepp/spp.h:1220–1225  ·  view source on GitHub ↗

Constructors -- default and copy -- and destructor

Source from the content-addressed store, hash-verified

1218public:
1219 // Constructors -- default and copy -- and destructor
1220 explicit sparsegroup() :
1221 _group(0), _bitmap(0), _bm_erased(0)
1222 {
1223 _set_num_items(0);
1224 _set_num_alloc(0);
1225 }
1226
1227 sparsegroup(const sparsegroup& x) :
1228 _group(0), _bitmap(x._bitmap), _bm_erased(x._bm_erased)

Callers

nothing calls this directly

Calls 2

assertFunction · 0.85
_num_itemsMethod · 0.80

Tested by

no test coverage detected