Ruby 3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
Data Fields
each_obj_data Struct Reference

Data Fields

rb_objspace_tobjspace
 
bool reenable_incremental
 
each_obj_callback * callback
 
void * data
 
struct heap_page ** pages [SIZE_POOL_COUNT]
 
size_t pages_counts [SIZE_POOL_COUNT]
 

Detailed Description

Definition at line 3848 of file gc.c.

Field Documentation

◆ callback

each_obj_callback* each_obj_data::callback

Definition at line 3852 of file gc.c.

◆ data

void* each_obj_data::data

Definition at line 3853 of file gc.c.

◆ objspace

rb_objspace_t* each_obj_data::objspace

Definition at line 3849 of file gc.c.

◆ pages

struct heap_page** each_obj_data::pages[SIZE_POOL_COUNT]

Definition at line 3855 of file gc.c.

◆ pages_counts

size_t each_obj_data::pages_counts[SIZE_POOL_COUNT]

Definition at line 3856 of file gc.c.

◆ reenable_incremental

bool each_obj_data::reenable_incremental

Definition at line 3850 of file gc.c.


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