StarPU Internal Handbook
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
UT_hash_table Struct Reference

Data Fields

UT_hash_bucketbuckets
 
unsigned num_buckets
 
unsigned log2_num_buckets
 
unsigned num_items
 
struct UT_hash_handletail
 
ptrdiff_t hho
 
unsigned ideal_chain_maxlen
 
unsigned nonideal_items
 
unsigned ineff_expands
 
unsigned noexpand
 
uint32_t signature
 

Field Documentation

UT_hash_bucket* UT_hash_table::buckets
unsigned UT_hash_table::num_buckets
unsigned UT_hash_table::log2_num_buckets
unsigned UT_hash_table::num_items
struct UT_hash_handle* UT_hash_table::tail
ptrdiff_t UT_hash_table::hho
unsigned UT_hash_table::ideal_chain_maxlen
unsigned UT_hash_table::nonideal_items
unsigned UT_hash_table::ineff_expands
unsigned UT_hash_table::noexpand
uint32_t UT_hash_table::signature

The documentation for this struct was generated from the following file: