Searched refs:RESIZE_POLICY_RATIO_TABLE (Results 1 – 1 of 1) sorted by relevance
97 static const float RESIZE_POLICY_RATIO_TABLE[6] = { variable196 hash->lowWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2]; in _uhash_internalSetResizePolicy()197 hash->highWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2 + 1]; in _uhash_internalSetResizePolicy()