mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-09 00:54:07 -04:00
7ed499ec45
This is not in fact safe to use with GeneralPurposeAllocator as GPA requires align(page_size) but raw_c_allocator provides only @alignOf(std.c.max_align_t).