hash_table.c File Reference

Implementation of generic chained hash table. More...

Include dependency graph for hash_table.c:

Go to the source code of this file.

Functions

void hash_table_create (hash_table_t *h, count_t m, count_t max_keys, hash_table_operations_t *op)
void hash_table_insert (hash_table_t *h, __native key[], link_t *item)
link_thash_table_find (hash_table_t *h, __native key[])
void hash_table_remove (hash_table_t *h, __native key[], count_t keys)


Detailed Description

This file contains implementation of generic chained hash table.

Definition in file hash_table.c.


Generated on Sun Jun 18 17:29:42 2006 for HelenOS Kernel (ppc64) by  doxygen 1.4.6