Ruby 3.2.3p157 (2024-01-18 revision 52bb2ac0a6971d0391efa2275f7a66bff319087c)
Data Fields
gc_sweep_context Struct Reference

Data Fields

struct heap_pagepage
 
int final_slots
 
int freed_slots
 
int empty_slots
 

Detailed Description

Definition at line 5565 of file gc.c.

Field Documentation

◆ empty_slots

int gc_sweep_context::empty_slots

Definition at line 5569 of file gc.c.

◆ final_slots

int gc_sweep_context::final_slots

Definition at line 5567 of file gc.c.

◆ freed_slots

int gc_sweep_context::freed_slots

Definition at line 5568 of file gc.c.

◆ page

struct heap_page* gc_sweep_context::page

Definition at line 5566 of file gc.c.


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