| author | |
| committer | |
| log | 342ba960f77010fd195dfb319f97c7329e090a4d |
| tree | 2b755f1d4a372f110e0039f338abdf377e5d9ca2 |
| parent | ede41759be736a1c4ce2a6dbdd8f2d0b5afceb5f |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/mem.zig+1| ... | ... | @@ -20,6 +20,7 @@ pub const page_size = switch (builtin.arch) { |
| 20 | 20 | .macos, .ios, .watchos, .tvos => 16 * 1024, |
| 21 | 21 | else => 4 * 1024, |
| 22 | 22 | }, |
| 23 | .sparcv9 => 8 * 1024, | |
| 23 | 24 | else => 4 * 1024, |
| 24 | 25 | }; |
| 25 | 26 |