Skip to content

Commit

Permalink
fix stale docstring in gc_sweep_page (JuliaLang#54743)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-netto committed Jun 9, 2024
1 parent 77c28ab commit 8a7d8f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,8 @@ STATIC_INLINE void gc_dump_page_utilization_data(void) JL_NOTSAFEPOINT

int64_t buffered_pages = 0;

// Returns pointer to terminal pointer of list rooted at *pfl.
// Walks over a page, reconstruting the free lists if the page contains at least one live object. If not,
// queues up the page for later decommit (i.e. through `madvise` on Unix).
static void gc_sweep_page(gc_page_profiler_serializer_t *s, jl_gc_pool_t *p, jl_gc_page_stack_t *allocd, jl_gc_page_stack_t *buffered,
jl_gc_pagemeta_t *pg, int osize) JL_NOTSAFEPOINT
{
Expand Down

0 comments on commit 8a7d8f4

Please sign in to comment.