mirror of
https://github.com/ziglang/zig.git
synced 2025-12-26 08:03:08 +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).