YAP 7.1.0
UT_hash_table

Public Attributes

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
 

Detailed Description

Definition at line 873 of file uthash.h.

Member Data Documentation

◆ buckets

UT_hash_bucket* buckets

Definition at line 874 of file uthash.h.

◆ hho

ptrdiff_t hho

Definition at line 878 of file uthash.h.

◆ ideal_chain_maxlen

unsigned ideal_chain_maxlen

Definition at line 882 of file uthash.h.

◆ ineff_expands

unsigned ineff_expands

Definition at line 895 of file uthash.h.

◆ log2_num_buckets

unsigned log2_num_buckets

Definition at line 875 of file uthash.h.

◆ noexpand

unsigned noexpand

Definition at line 895 of file uthash.h.

◆ nonideal_items

unsigned nonideal_items

Definition at line 887 of file uthash.h.

◆ num_buckets

unsigned num_buckets

Definition at line 875 of file uthash.h.

◆ num_items

unsigned num_items

Definition at line 876 of file uthash.h.

◆ signature

uint32_t signature

Definition at line 897 of file uthash.h.

◆ tail

struct UT_hash_handle* tail

Definition at line 877 of file uthash.h.


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