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

Method size

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

Functions that tell you about size. Alas, these aren't so useful because our table is always fixed size.

Source from the content-addressed store, hash-verified

1279 // Functions that tell you about size. Alas, these aren't so useful
1280 // because our table is always fixed size.
1281 size_type size() const { return static_cast<size_type>(SPP_GROUP_SIZE); }
1282 size_type max_size() const { return static_cast<size_type>(SPP_GROUP_SIZE); }
1283
1284 bool empty() const { return false; }

Callers 8

checkMethod · 0.45
checkMethod · 0.45
bucket_countMethod · 0.45
_copy_fromMethod · 0.45
_move_fromMethod · 0.45
operator==Method · 0.45
sizeMethod · 0.45
sizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected