Ruby 4.1.0dev (2026-08-15 revision d1c079751b80352d347452c8d134ffb177838adb)
Data Fields
gc_sweep_context Struct Reference

Data Fields

struct heap_pagepage
 
int final_slots
 
int freed_slots
 
int empty_slots
 
unsigned char check_pinned_free
 
struct free_regionfree_region
 

Detailed Description

Definition at line 4527 of file default.c.

Field Documentation

◆ check_pinned_free

unsigned char gc_sweep_context::check_pinned_free

Definition at line 4534 of file default.c.

◆ empty_slots

int gc_sweep_context::empty_slots

Definition at line 4531 of file default.c.

◆ final_slots

int gc_sweep_context::final_slots

Definition at line 4529 of file default.c.

◆ free_region

struct free_region* gc_sweep_context::free_region

Definition at line 4536 of file default.c.

◆ freed_slots

int gc_sweep_context::freed_slots

Definition at line 4530 of file default.c.

◆ page

struct heap_page* gc_sweep_context::page

Definition at line 4528 of file default.c.


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