|
QUARK
0.9.0
QUARK-QUeuingAndRuntimeforKernels
|
#include <icl_hash.h>

Data Fields | |
| int | nbuckets |
| int | nentries |
| icl_entry_t ** | buckets |
| unsigned int(* | hash_function )(void *) |
| int(* | hash_key_compare )(void *, void *) |
Definition at line 23 of file icl_hash.h.
| icl_entry_t** icl_hash_s::buckets |
Definition at line 26 of file icl_hash.h.
| unsigned int(* icl_hash_s::hash_function)(void *) |
Definition at line 27 of file icl_hash.h.
| int(* icl_hash_s::hash_key_compare)(void *, void *) |
Definition at line 28 of file icl_hash.h.
| int icl_hash_s::nbuckets |
Definition at line 24 of file icl_hash.h.
| int icl_hash_s::nentries |
Definition at line 25 of file icl_hash.h.