mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
std.heap.c_allocator was already doing this, however, std.heap.raw_c_allocator, which asserts no allocations more than 16 bytes aligned, was not. The zig compiler uses std.heap.raw_c_allocator, so it is affected by this.