Function hashmap_sort

Function Documentation

status_t hashmap_sort(struct hashmap *map)

Sort a hashmap.

Sorts each bucket in. This function only needs to be called if RCSW_DS_SORTED was not passed during initialization AND sort_threshold was set to -1.

Parameters:

map – The hashmap handle.

Returns:

status_t