aboutsummaryrefslogtreecommitdiff
path: root/lib/std/heap/memory_pool.zig
AgeCommit message (Expand)Author
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-01-28std.heap.memory_pool: make preheat() usable after init()John Benediktsson
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
2023-11-21std.heap: Use @alignOf(T) rather than 0 if not manually overridden for alignm...Michael Pfaff
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-01Use ArenaAllocator.reset in MemoryPoolKai Jellinghaus
2023-09-06std: enable FailingAllocator to fail on resizeGregory Anders
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-04-30std: fix a bunch of typosLinus Groh
2022-12-15Improves the comment formatting.Felix "xq" Queißner
2022-12-15Implements std.heap.MemoryPool and friends.Felix "xq" Queißner