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

Method max_size

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

Source from the content-addressed store, hash-verified

2634public:
2635 size_type size() const { return table.num_nonempty(); }
2636 size_type max_size() const { return table.max_size(); }
2637 bool empty() const { return size() == 0; }
2638 size_type bucket_count() const { return table.size(); }
2639 size_type max_bucket_count() const { return max_size(); }

Callers

nothing calls this directly

Calls 1

max_sizeMethod · 0.45

Tested by

no test coverage detected