Ruby 4.1.0dev (2026-09-27 revision f6ff9e7d02e46360f8930b280a3dd921cccbda29)
Data Fields
gc_sweep_context Struct Reference

Data Fields

struct heap_page * page
 
int final_slots
 
int freed_slots
 
int empty_slots
 
const bool check_pinned_free
 
const bool defer_thread_unsafe_local_sweep
 
bool trigger_thread_unsafe_sweep_postponed_job
 
struct free_region * free_region
 

Detailed Description

Definition at line 4914 of file default.c.

Field Documentation

◆ check_pinned_free

const bool gc_sweep_context::check_pinned_free

Definition at line 4921 of file default.c.

◆ defer_thread_unsafe_local_sweep

const bool gc_sweep_context::defer_thread_unsafe_local_sweep

Definition at line 4924 of file default.c.

◆ empty_slots

int gc_sweep_context::empty_slots

Definition at line 4918 of file default.c.

◆ final_slots

int gc_sweep_context::final_slots

Definition at line 4916 of file default.c.

◆ free_region

struct free_region* gc_sweep_context::free_region

Definition at line 4927 of file default.c.

◆ freed_slots

int gc_sweep_context::freed_slots

Definition at line 4917 of file default.c.

◆ page

struct heap_page* gc_sweep_context::page

Definition at line 4915 of file default.c.

◆ trigger_thread_unsafe_sweep_postponed_job

bool gc_sweep_context::trigger_thread_unsafe_sweep_postponed_job

Definition at line 4925 of file default.c.


The documentation for this struct was generated from the following file: