Ruby 3.5.0dev (2025-09-17 revision 6eb9dfcbdca1f5ee0d77a81a3ab5ed34a72cb579)
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 4923 of file default.c.

Field Documentation

◆ err_count

int verify_internal_consistency_struct::err_count

Definition at line 4925 of file default.c.

◆ live_object_count

size_t verify_internal_consistency_struct::live_object_count

Definition at line 4926 of file default.c.

◆ objspace

rb_objspace_t* verify_internal_consistency_struct::objspace

Definition at line 4924 of file default.c.

◆ old_object_count

size_t verify_internal_consistency_struct::old_object_count

Definition at line 4930 of file default.c.

◆ parent

VALUE verify_internal_consistency_struct::parent

Definition at line 4929 of file default.c.

◆ remembered_shady_count

size_t verify_internal_consistency_struct::remembered_shady_count

Definition at line 4931 of file default.c.

◆ zombie_object_count

size_t verify_internal_consistency_struct::zombie_object_count

Definition at line 4927 of file default.c.


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