Home
last modified time | relevance | path

Searched refs:HASH_BKT_CAPACITY_THRESH (Results 1 – 1 of 1) sorted by relevance

/components/utilities/libadt/uthash/
A Duthash.h134 #define HASH_BKT_CAPACITY_THRESH 10U /* expand when bucket count reaches */ macro
780 if ((_ha_head->count >= ((_ha_head->expand_mult + 1U) * HASH_BKT_CAPACITY_THRESH)) \

Completed in 6 milliseconds