-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
This is a list of Zig issues affecting zimalloc development:
- cannot cross compile linux -> windows with an
extern
declaration forVirtualAlloc2
, likely due to the included mingw not exporting it in the.def
files other than for arm32. The latest mingw release does not includeVirtualAlloc2
in.def
files 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