Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/unit/mocks/fibers/
H A Dchecker.c127 struct watchpoint_node** new_buckets = calloc(new_capacity, sizeof(struct watchpoint_node*)); in watchpoint_map_resize() local
128 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()