mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-08 00:29:05 -04:00
d02242661e
When a number of bytes to be allocated is so great that alignForward()
is not possible, return `error.OutOfMemory`.
Companion commit to 3f3003097c.