| author | |
| committer | |
| log | f65ca80bbeedc42d7c2d9ab7e9ad96b44d3c71f8 |
| tree | 98db69552496d2d4ae265560675e09e59ff6bf89 |
| parent | d127c1d59ebf19e5ffaedece99a39f69712683b0 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/heap.zig+1-1| ... | ... | @@ -282,7 +282,7 @@ const PageAllocator = struct { |
| 282 | 282 | return @ptrCast([*]u8, addr)[0..alignPageAllocLen(aligned_len, n, len_align)]; |
| 283 | 283 | } |
| 284 | 284 | |
| 285 | // If it wasn't, actually do an explicitely aligned allocation. | |
| 285 | // If it wasn't, actually do an explicitly aligned allocation. | |
| 286 | 286 | w.VirtualFree(addr, 0, w.MEM_RELEASE); |
| 287 | 287 | const alloc_size = n + alignment - mem.page_size; |
| 288 | 288 |