Files
zig/lib
Justus Klausecker 7b9865b046 std.heap.FixedBufferAllocator: complete thread-safe implementation
`FixedBufferAllocator.threadSafeAllocator()` already provided a thread-safe
`alloc` implementation, but all other functions were nops. This commit
implements the remaining `Allocator` functions and tightens up the memory
orderings in `alloc` a bit, `monotonic` is good enough here.
2026-03-06 10:09:05 +01:00
..
2026-02-14 09:25:41 +01:00
2026-03-06 04:34:22 +01:00
2026-02-13 11:30:14 -08:00
2026-02-12 21:35:36 -08:00