hash_dealloc - free up entire hash structure
Synopsis
Description
See Also
#include <hash.h>
void hash_dealloc(struct hash *h);
The hash_dealloc() function frees up the the memory of a hash data structure with all its nodes.
hash_alloc(3), hash_insert(3), hash_delete(3), hash_lookup(3), hash_foreach(3), hash_size(3)
HASH_DEALLOC (3) |