| ... | @@ -735,7 +735,8 @@ fn fuzzMultiThreaded(fuzz_init: FuzzContext.Init, smith: *std.testing.Smith) any | ... | @@ -735,7 +735,8 @@ fn fuzzMultiThreaded(fuzz_init: FuzzContext.Init, smith: *std.testing.Smith) any |
| 735 | n_allocs += 1; | 735 | n_allocs += 1; |
| 736 | ctx.allocs[alloc_index].common.len = .free; | 736 | ctx.allocs[alloc_index].common.len = .free; |
| 737 | group.concurrent(io, FuzzContext.doOneAlloc, .{ | 737 | group.concurrent(io, FuzzContext.doOneAlloc, .{ |
| 738 | &ctx, nextLen(smith), | 738 | &ctx, |
| | 739 | nextLen(smith), |
| 739 | smith.valueRangeAtMost( | 740 | smith.valueRangeAtMost( |
| 740 | Alignment, | 741 | Alignment, |
| 741 | .@"1", | 742 | .@"1", |