| author | |
| committer | |
| log | d78f096c499093f89c3b8f9ced1beb204c22ebec |
| tree | a4130f2a2d62d35aa7615c951ce77d2138794d7f |
| parent | 591bc39e573d0f4ecb00eddd1f5c372936b59fa1 |
1 files changed, 2 insertions(+), 1 deletions(-)
lib/std/heap/ArenaAllocator.zig+2-1| ... | ... | @@ -735,7 +735,8 @@ fn fuzzMultiThreaded(fuzz_init: FuzzContext.Init, smith: *std.testing.Smith) any |
| 735 | 735 | n_allocs += 1; |
| 736 | 736 | ctx.allocs[alloc_index].common.len = .free; |
| 737 | 737 | group.concurrent(io, FuzzContext.doOneAlloc, .{ |
| 738 | &ctx, nextLen(smith), | |
| 738 | &ctx, | |
| 739 | nextLen(smith), | |
| 739 | 740 | smith.valueRangeAtMost( |
| 740 | 741 | Alignment, |
| 741 | 742 | .@"1", |