mirror of
https://github.com/ziglang/zig.git
synced 2025-12-31 18:43:18 +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.