Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
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 5167 of file gc.c.

Field Documentation

◆ empty_slots

int gc_sweep_context::empty_slots

Definition at line 5171 of file gc.c.

◆ final_slots

int gc_sweep_context::final_slots

Definition at line 5169 of file gc.c.

◆ freed_slots

int gc_sweep_context::freed_slots

Definition at line 5170 of file gc.c.

◆ page

struct heap_page* gc_sweep_context::page

Definition at line 5168 of file gc.c.


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