Ruby 3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
gc_sweep_context Struct Reference

Data Fields

struct heap_pagepage
 
int final_slots
 
int freed_slots
 
int empty_slots
 

Detailed Description

Definition at line 5651 of file gc.c.

Field Documentation

◆ empty_slots

int gc_sweep_context::empty_slots

Definition at line 5655 of file gc.c.

◆ final_slots

int gc_sweep_context::final_slots

Definition at line 5653 of file gc.c.

◆ freed_slots

int gc_sweep_context::freed_slots

Definition at line 5654 of file gc.c.

◆ page

struct heap_page* gc_sweep_context::page

Definition at line 5652 of file gc.c.


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