aboutsummaryrefslogtreecommitdiff
path: root/lib/std/heap/SmpAllocator.zig
AgeCommit message (Expand)Author
2025-08-03zig fmt: apply new cast builtin orderJustus Klausecker
2025-02-08std.heap.SmpAllocator: back to simple freeAndrew Kelley
2025-02-08std.heap.SmpAllocator: alternate freelist accountingAndrew Kelley
2025-02-08std.heap.SmpAllocator; fix freelist accountingAndrew Kelley
2025-02-07std.heap.SmpAllocator: rotate on free sometimesAndrew Kelley
2025-02-07std.heap.SmpAllocator: fix detection of slab endAndrew Kelley
2025-02-07std.heap.SmpAllocator: fix getCpuCount logicAndrew Kelley
2025-02-07std.heap.SmpAllocator: simplify by putting freelist node at startAndrew Kelley
2025-02-07std.heap.SmpAllocator: fix using wrong size class indicesAndrew Kelley
2025-02-07std.heap.SmpAllocator: eliminate the global mutexAndrew Kelley
2025-02-07std.heap.SmpAllocator: implement searching on allocAndrew Kelley
2025-02-07std.heap.SmpAllocator: 256K slab_lenAndrew Kelley
2025-02-07std.heap: test smp_allocatorAndrew Kelley
2025-02-07add std.heap.SmpAllocatorAndrew Kelley