Ruby 3.3.0p0 (2023-12-25 revision 5124f9ac7513eb590c37717337c430cb93caa151)
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 5650 of file gc.c.

Field Documentation

◆ empty_slots

int gc_sweep_context::empty_slots

Definition at line 5654 of file gc.c.

◆ final_slots

int gc_sweep_context::final_slots

Definition at line 5652 of file gc.c.

◆ freed_slots

int gc_sweep_context::freed_slots

Definition at line 5653 of file gc.c.

◆ page

struct heap_page* gc_sweep_context::page

Definition at line 5651 of file gc.c.


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