Function hashmap_init
Defined in File hashmap.h
Function Documentation
- struct hashmap * hashmap_init (struct hashmap *map_in, const struct hashmap_params *params) RCSW_WUR
Initialize a hashmap.
- Parameters:
map_in – The handle to be filled. Must be non-NULL if RCSW_NOALLOC_HANDLE passed in hashmap_params::flags.
params – Initialization parameters
- Returns:
The initialized hashmap, or NULL if an error occurred