zig/lib/std/os/uefi
Nameless 8d76c02f9a uefi: erroneous alignment check in pool_allocator
Fixes #21446

Both UefiPoolAllocator and UefiRawPoolAllocator were
passing the value of `log2_ptr_align` directly to
`mem.alignAllocLen` which expects a alignment value.

Both of these calls to `mem.alignAllocLen` are pointless
and the result of the alignment both always true, and
was thrown away anyway.

I have removed these calls entirely.
2024-09-24 13:30:53 -07:00
..
protocol std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
tables std: eliminate some uses of usingnamespace 2024-02-01 20:30:42 +00:00
device_path.zig std: avoid field/decl name conflicts 2024-08-29 20:39:11 +01:00
hii.zig std.os.uefi: reorganize namespaces 2023-08-24 22:38:47 -07:00
pool_allocator.zig uefi: erroneous alignment check in pool_allocator 2024-09-24 13:30:53 -07:00
protocol.zig feat(std.os.uefi.protocol): add Serial IO 2024-07-28 12:37:53 +00:00
status.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
tables.zig Make EfiPhysicalAddress in std/os/uefi/tables.zig public 2024-02-05 15:31:33 +00:00