MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / HashMap

Method HashMap

Kernel/include/hash.h:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 lock_t lock = 0;
44public:
45 HashMap(){
46 buckets = new List<KeyValuePair>[bucketCount];
47 lock = 0;
48 }
49
50 HashMap(unsigned bCount){
51 bucketCount = bCount;

Callers

nothing calls this directly

Calls 1

HashMapClass · 0.85

Tested by

no test coverage detected