Ruby 4.1.0dev (2026-09-27 revision f6ff9e7d02e46360f8930b280a3dd921cccbda29)
Data Fields
verify_internal_consistency_struct Struct Reference

Data Fields

rb_objspace_t * objspace
 
bool world_stopped
 
int err_count
 
size_t live_object_count
 
size_t zombie_object_count
 
VALUE parent
 
bool parent_shareable
 
size_t old_object_count
 
size_t remembered_shady_count
 

Detailed Description

Definition at line 6890 of file default.c.

Field Documentation

◆ err_count

int verify_internal_consistency_struct::err_count

Definition at line 6896 of file default.c.

◆ live_object_count

size_t verify_internal_consistency_struct::live_object_count

Definition at line 6897 of file default.c.

◆ objspace

rb_objspace_t* verify_internal_consistency_struct::objspace

Definition at line 6891 of file default.c.

◆ old_object_count

size_t verify_internal_consistency_struct::old_object_count

Definition at line 6902 of file default.c.

◆ parent

VALUE verify_internal_consistency_struct::parent

Definition at line 6900 of file default.c.

◆ parent_shareable

bool verify_internal_consistency_struct::parent_shareable

Definition at line 6901 of file default.c.

◆ remembered_shady_count

size_t verify_internal_consistency_struct::remembered_shady_count

Definition at line 6903 of file default.c.

◆ world_stopped

bool verify_internal_consistency_struct::world_stopped

Definition at line 6895 of file default.c.

◆ zombie_object_count

size_t verify_internal_consistency_struct::zombie_object_count

Definition at line 6898 of file default.c.


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