zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit d78f096c499093f89c3b8f9ced1beb204c22ebec (tree)
parent 591bc39e573d0f4ecb00eddd1f5c372936b59fa1
Author: Justus Klausecker <justus@klausecker.de>
Date:   Fri, 20 Mar 2026 18:09:01 +0100

zig fmt

Diffstat:
Mlib/std/heap/ArenaAllocator.zig | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/std/heap/ArenaAllocator.zig b/lib/std/heap/ArenaAllocator.zig @@ -735,7 +735,8 @@ fn fuzzMultiThreaded(fuzz_init: FuzzContext.Init, smith: *std.testing.Smith) any n_allocs += 1; ctx.allocs[alloc_index].common.len = .free; group.concurrent(io, FuzzContext.doOneAlloc, .{ - &ctx, nextLen(smith), + &ctx, + nextLen(smith), smith.valueRangeAtMost( Alignment, .@"1",