You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split out correctness tests;
Add binned allocations, a test that should fit well for binned
allocators;
Add a test that runs all std tests;
Add a pageAlign test to test page alignment;
We currently cannot test > page_size_min due to
ziglang/zig#22975
Zig Version
0.14.0-dev.3241+55c46870b
Steps to Reproduce and Observed Behavior
mwe.zig
:run
zig run mwe.zig
Observe:
Originally observed this with a size of 20_000
Not sure if it's relevant, but I'm on x86_64 linux
Expected Behavior
Allocator disallowing alignment greater than page_size_min as proposed in #7952 or correct alignment
The text was updated successfully, but these errors were encountered: