Ruby  2.4.2p198(2017-09-14revision59899)
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 5030 of file gc.c.

Field Documentation

◆ err_count

int verify_internal_consistency_struct::err_count

Definition at line 5032 of file gc.c.

Referenced by check_color_i(), check_generation_i(), and gc_verify_internal_consistency().

◆ live_object_count

size_t verify_internal_consistency_struct::live_object_count

Definition at line 5033 of file gc.c.

Referenced by gc_verify_internal_consistency(), and verify_internal_consistency_i().

◆ objspace

rb_objspace_t* verify_internal_consistency_struct::objspace

Definition at line 5031 of file gc.c.

Referenced by gc_verify_internal_consistency(), and verify_internal_consistency_i().

◆ old_object_count

size_t verify_internal_consistency_struct::old_object_count

Definition at line 5038 of file gc.c.

Referenced by gc_verify_internal_consistency().

◆ parent

VALUE verify_internal_consistency_struct::parent

Definition at line 5037 of file gc.c.

Referenced by check_color_i(), and check_generation_i().

◆ remembered_shady_count

size_t verify_internal_consistency_struct::remembered_shady_count

Definition at line 5039 of file gc.c.

Referenced by gc_verify_internal_consistency().

◆ zombie_object_count

size_t verify_internal_consistency_struct::zombie_object_count

Definition at line 5034 of file gc.c.

Referenced by gc_verify_internal_consistency(), and verify_internal_consistency_i().


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