Ruby 4.1.0dev (2026-09-12 revision d5793e0b62b17dd182e69b28e4aaa008e821b8ab)
Data Fields
verify_internal_consistency_struct Struct Reference

Data Fields

rb_objspace_tobjspace
 
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 6434 of file default.c.

Field Documentation

◆ err_count

int verify_internal_consistency_struct::err_count

Definition at line 6440 of file default.c.

◆ live_object_count

size_t verify_internal_consistency_struct::live_object_count

Definition at line 6441 of file default.c.

◆ objspace

rb_objspace_t* verify_internal_consistency_struct::objspace

Definition at line 6435 of file default.c.

◆ old_object_count

size_t verify_internal_consistency_struct::old_object_count

Definition at line 6446 of file default.c.

◆ parent

VALUE verify_internal_consistency_struct::parent

Definition at line 6444 of file default.c.

◆ parent_shareable

bool verify_internal_consistency_struct::parent_shareable

Definition at line 6445 of file default.c.

◆ remembered_shady_count

size_t verify_internal_consistency_struct::remembered_shady_count

Definition at line 6447 of file default.c.

◆ world_stopped

bool verify_internal_consistency_struct::world_stopped

Definition at line 6439 of file default.c.

◆ zombie_object_count

size_t verify_internal_consistency_struct::zombie_object_count

Definition at line 6442 of file default.c.


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