Searched refs:max_count (Results 1 – 1 of 1) sorted by relevance
108 uint32_t max_count; member219 while (arr.count + layer_count > arr.max_count) { in GrowImplicitLayerArray()221 (arr.max_count) ? (arr.max_count << 1) : initial_max_count; in GrowImplicitLayerArray()224 if (new_max_count > arr.max_count) { in GrowImplicitLayerArray()238 arr.max_count = new_max_count; in GrowImplicitLayerArray()