Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
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 3479 of file gc.c.

Field Documentation

◆ callback

each_obj_callback* each_obj_data::callback

Definition at line 3483 of file gc.c.

◆ data

void* each_obj_data::data

Definition at line 3484 of file gc.c.

◆ objspace

rb_objspace_t* each_obj_data::objspace

Definition at line 3480 of file gc.c.

◆ pages

struct heap_page** each_obj_data::pages[SIZE_POOL_COUNT]

Definition at line 3486 of file gc.c.

◆ pages_counts

size_t each_obj_data::pages_counts[SIZE_POOL_COUNT]

Definition at line 3487 of file gc.c.

◆ reenable_incremental

bool each_obj_data::reenable_incremental

Definition at line 3481 of file gc.c.


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