Searched refs:matches_capacity (Results 1 – 1 of 1) sorted by relevance
1567 unsigned matches_capacity; member in __anon644f1f990111::varying_matches1591 this->matches_capacity = 8; in varying_matches()1593 malloc(sizeof(*this->matches) * this->matches_capacity); in varying_matches()1685 if (this->num_matches == this->matches_capacity) { in record()1686 this->matches_capacity *= 2; in record()1689 sizeof(*this->matches) * this->matches_capacity); in record()