Searched refs:new_buckets (Results 1 – 1 of 1) sorted by relevance
127 struct watchpoint_node** new_buckets = calloc(new_capacity, sizeof(struct watchpoint_node*)); in watchpoint_map_resize() local128 if (new_buckets == NULL) { in watchpoint_map_resize()140 node_to_move->next = new_buckets[new_index]; in watchpoint_map_resize()141 new_buckets[new_index] = node_to_move; in watchpoint_map_resize()146 map->buckets = new_buckets; in watchpoint_map_resize()