| Age | Commit message (Expand) | Author |
|---|---|---|
| 2025-08-03 | zig fmt: apply new cast builtin order | Justus Klausecker |
| 2025-02-08 | std.heap.SmpAllocator: back to simple free | Andrew Kelley |
| 2025-02-08 | std.heap.SmpAllocator: alternate freelist accounting | Andrew Kelley |
| 2025-02-08 | std.heap.SmpAllocator; fix freelist accounting | Andrew Kelley |
| 2025-02-07 | std.heap.SmpAllocator: rotate on free sometimes | Andrew Kelley |
| 2025-02-07 | std.heap.SmpAllocator: fix detection of slab end | Andrew Kelley |
| 2025-02-07 | std.heap.SmpAllocator: fix getCpuCount logic | Andrew Kelley |
| 2025-02-07 | std.heap.SmpAllocator: simplify by putting freelist node at start | Andrew Kelley |
| 2025-02-07 | std.heap.SmpAllocator: fix using wrong size class indices | Andrew Kelley |
| 2025-02-07 | std.heap.SmpAllocator: eliminate the global mutex | Andrew Kelley |
| 2025-02-07 | std.heap.SmpAllocator: implement searching on alloc | Andrew Kelley |
| 2025-02-07 | std.heap.SmpAllocator: 256K slab_len | Andrew Kelley |
| 2025-02-07 | std.heap: test smp_allocator | Andrew Kelley |
| 2025-02-07 | add std.heap.SmpAllocator | Andrew Kelley |
