-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
This is a list of Zig issues affecting zimalloc development:
- cannot cross compile linux -> windows with an
externdeclaration forVirtualAlloc2, likely due to the included mingw not exporting it in the.deffiles other than for arm32. The latest mingw release does not includeVirtualAlloc2in.deffiles for other platforms but a recent patch to mingw-w64 does include it. - struct sizes > 2 ^ 31 cause problems and require workarounds; wanting structs of this size might just be a niche use-case that isn't going to be supported (see crash with struct size exceeding u32 ziglang/zig#17664 for upstream issue).
Metadata
Metadata
Assignees
Labels
No labels