Skip to content

Commit 70ef2c1

Browse files
authored
Update allocator.c
1 parent ccaa140 commit 70ef2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/allocator.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ _dispatch_alloc_maybe_madvise_page(dispatch_continuation_t c)
562562
#endif
563563
// madvise the page
564564
(void)dispatch_assume_zero(madvise(page, DISPATCH_ALLOCATOR_PAGE_SIZE,
565-
MADV_FREE));
565+
MADV_FREE));
566566
}
567567

568568
while (i > 1) {

0 commit comments

Comments
 (0)