Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
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 5893 of file gc.c.

Field Documentation

◆ err_count

int verify_internal_consistency_struct::err_count

Definition at line 5895 of file gc.c.

◆ live_object_count

size_t verify_internal_consistency_struct::live_object_count

Definition at line 5896 of file gc.c.

◆ objspace

rb_objspace_t* verify_internal_consistency_struct::objspace

Definition at line 5894 of file gc.c.

◆ old_object_count

size_t verify_internal_consistency_struct::old_object_count

Definition at line 5901 of file gc.c.

◆ parent

VALUE verify_internal_consistency_struct::parent

Definition at line 5900 of file gc.c.

◆ remembered_shady_count

size_t verify_internal_consistency_struct::remembered_shady_count

Definition at line 5902 of file gc.c.

◆ zombie_object_count

size_t verify_internal_consistency_struct::zombie_object_count

Definition at line 5897 of file gc.c.


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