Skip to content

Commit

Permalink
Update allocator.c
Browse files Browse the repository at this point in the history
  • Loading branch information
AZero13 authored Dec 18, 2023
1 parent ccaa140 commit 70ef2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/allocator.c
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ _dispatch_alloc_maybe_madvise_page(dispatch_continuation_t c)
#endif
// madvise the page
(void)dispatch_assume_zero(madvise(page, DISPATCH_ALLOCATOR_PAGE_SIZE,
MADV_FREE));
MADV_FREE));
}

while (i > 1) {
Expand Down

0 comments on commit 70ef2c1

Please sign in to comment.