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