mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-29 21:15:15 +08:00
*** empty log message ***
This commit is contained in:
parent
5f20a181aa
commit
e760bf3708
@ -169,7 +169,7 @@ hash_get_table_size (const HT *ht)
|
|||||||
return ht->hash_table_size;
|
return ht->hash_table_size;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TABLE_SIZE should be prime. If WHEN_TO_REHASH is positive, when
|
/* CANDIDATE_TABLE_SIZE need not be prime. If WHEN_TO_REHASH is positive, when
|
||||||
that percentage of table entries have been used, the table is
|
that percentage of table entries have been used, the table is
|
||||||
deemed too small; then a new, larger table (GROW_FACTOR times
|
deemed too small; then a new, larger table (GROW_FACTOR times
|
||||||
larger than the previous size) is allocated and all entries in
|
larger than the previous size) is allocated and all entries in
|
||||||
|
Loading…
Reference in New Issue
Block a user