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

Method _num_items

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

Source from the content-addressed store, hash-verified

1753
1754#ifdef SPP_STORE_NUM_ITEMS
1755 uint32_t _num_items() const { return (uint32_t)_num_buckets; }
1756 void _set_num_items(uint32_t val) { _num_buckets = static_cast<size_type>(val); }
1757 void _incr_num_items() { ++_num_buckets; }
1758 void _decr_num_items() { --_num_buckets; }

Callers 2

sparsegroupMethod · 0.80
operator<Method · 0.80

Calls 1

spp_popcountFunction · 0.85

Tested by

no test coverage detected