| author | |
| committer | |
| log | 32b44497e228c676de17d6c2a2ce78cf145a97c9 |
| tree | 3fc25966f602315d2387fa36e47eaa601d7fb721 |
| parent | 07782d7a465adc9c5b38f08cb143ba869ed54df5 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Io/Uring.zig+1-1| ... | ... | @@ -917,7 +917,7 @@ pub fn deinit(ev: *Evented) void { |
| 917 | 917 | const idle_stack_end_offset = std.mem.alignForward( |
| 918 | 918 | usize, |
| 919 | 919 | ev.threads.allocated.len * @sizeOf(Thread) + idle_stack_size, |
| 920 | std.heap.page_size_max, | |
| 920 | std.heap.pageSize(), | |
| 921 | 921 | ); |
| 922 | 922 | for (ev.threads.allocated[1..active_threads]) |*thread| thread.thread.join(); |
| 923 | 923 | for (ev.threads.allocated[0..active_threads]) |*thread| thread.deinit(ev.backing_allocator); |