Files
zig/lib/std
Justus Klausecker 591bc39e57 std.heap.ArenaAllocator: decrease fuzz test workload per run
At smaller workloads the overhead of setting up a new `std.Io.Threaded`
for every run to reset thread-local state becomes more noticeable, so this
commit also switches from thread-local storage to a shared atomic variable
for keeping track of the most recent allocation. This has the side-effect
of simplifying the overall implementation a bit.
2026-03-20 17:32:17 +01:00
..
2025-11-22 22:42:38 +00:00
2026-03-20 00:37:00 -04:00
2026-03-10 10:38:50 +00:00
2025-11-22 22:42:38 +00:00
2026-03-20 02:25:16 +01:00
2026-02-11 23:37:31 +01:00
2026-03-10 10:38:50 +00:00
2026-02-13 17:58:09 -05:00
2026-03-10 10:38:50 +00:00
2026-03-10 10:26:07 +00:00
2025-12-22 10:00:35 -08:00
2025-11-22 22:42:38 +00:00
2025-08-29 17:14:26 -07:00
2025-08-29 17:14:26 -07:00
2026-03-10 10:38:50 +00:00
2026-03-10 10:26:14 +00:00
2026-03-20 02:25:16 +01:00
2025-08-28 18:30:57 -07:00
2026-03-12 17:44:03 -04:00
2025-07-16 10:27:39 -07:00
2026-03-20 06:46:13 +01:00