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

Data Fields

rb_objspace_tobjspace
 
int err_count
 
size_t live_object_count
 
size_t zombie_object_count
 
VALUE parent
 
size_t old_object_count
 
size_t remembered_shady_count
 

Detailed Description

Definition at line 7845 of file gc.c.

Field Documentation

◆ err_count

int verify_internal_consistency_struct::err_count

Definition at line 7847 of file gc.c.

◆ live_object_count

size_t verify_internal_consistency_struct::live_object_count

Definition at line 7848 of file gc.c.

◆ objspace

rb_objspace_t* verify_internal_consistency_struct::objspace

Definition at line 7846 of file gc.c.

◆ old_object_count

size_t verify_internal_consistency_struct::old_object_count

Definition at line 7852 of file gc.c.

◆ parent

VALUE verify_internal_consistency_struct::parent

Definition at line 7851 of file gc.c.

◆ remembered_shady_count

size_t verify_internal_consistency_struct::remembered_shady_count

Definition at line 7853 of file gc.c.

◆ zombie_object_count

size_t verify_internal_consistency_struct::zombie_object_count

Definition at line 7849 of file gc.c.


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