Home | History | Annotate | Download | only in coregrind

Lines Matching refs:b_next

1271       Block* b_next = a->freelist[b_lno];
1273 set_prev_b(b_next, b);
1274 set_next_b(b, b_next);
1315 Block* b_next = get_next_b(b);
1317 set_next_b(b_prev, b_next);
1318 set_prev_b(b_next, b_prev);