aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/uefi/pool_allocator.zig
AgeCommit message (Expand)Author
2025-07-12std.os.uefi.tables: ziggify boot and runtime services (#23441)Carmen
2025-02-09std.os.uefi: Adjust casing of remaining enum fieldsLinus Groh
2025-02-08std.os.uefi: fix allocators compilingTristan Ross
2024-09-24uefi: erroneous alignment check in pool_allocatorNameless
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-17mem: rename align*Generic to mem.align*Motiejus Jakštys
2023-01-31std.os.uefi: fix shift in pool allocator (again) (#14497)leap123
2023-01-29std.os.uefi: fix shift in pool allocatorYusuf Bham
2023-01-12UEFI pool allocator changesantlilja
2022-04-05zig fmt: remove trailing whitespace on doc commentsDamien Firmenich
2022-01-11std/os/uefi: Add pool_allocator and raw_pool_allocatorfifty-six