Data Structures | |
struct | HASHMAPELEMENT_ |
main hash map element structure More... | |
struct | HASHMAP_ |
main hash map structure More... | |
Defines | |
#define | DEFAULT_BUCKETS 1021 |
hash table bucket define | |
Functions | |
PHASHMAP | new_HashMap (unsigned int bucket, void(*cb_free_element)(void *obj)) |
Create new HashMap object. |
|
Create new HashMap object. Call the destroy() method to remove hashmap
Referenced by new_VolumeManager(). |