|
Barrelfish
|
Hashtable headers. More...
Data Structures | |
| struct | _ht_entry |
| an entry of a hashtable More... | |
| struct | hashtable |
| hashtable More... | |
Functions | |
| struct hashtable * | create_hashtable2 (int capacity, int loadFactor) |
| create an empty hashtable with a given capacity and load factor More... | |
| struct hashtable * | create_hashtable (void) |
| create an empty hashtable with default capacity and load factor More... | |
Hashtable headers.
| struct hashtable* create_hashtable | ( | void | ) |
create an empty hashtable with default capacity and load factor
| struct hashtable* create_hashtable2 | ( | int | capacity, |
| int | loadFactor | ||
| ) |
create an empty hashtable with a given capacity and load factor
| capacity | the capacity |
| the | load factor |
1.8.11