mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 23:23:07 +00:00
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).