| 36 |
|
|
| 37 |
static const unsigned int hash_dict_prime_list_count = sizeof(hash_dict_prime_list) / sizeof(hash_dict_prime_list[0]); |
static const unsigned int hash_dict_prime_list_count = sizeof(hash_dict_prime_list) / sizeof(hash_dict_prime_list[0]); |
| 38 |
|
|
| 39 |
|
// External definition for inline function |
| 40 |
|
extern inline unsigned int hash_dict_item_count(HASH_DICT *p_dict); |
| 41 |
|
|
| 42 |
HASH_DICT *hash_dict_create(int item_count_limit) |
HASH_DICT *hash_dict_create(int item_count_limit) |
| 43 |
{ |
{ |
| 44 |
HASH_DICT *p_dict = NULL; |
HASH_DICT *p_dict = NULL; |