Ruby 3.3.2p78 (2024-05-30 revision e5a195edf62fe1bf7146a191da13fa1c4fecbd71)
each_obj_data Struct Reference

Data Fields

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

Detailed Description

Definition at line 3904 of file gc.c.

Field Documentation

◆ data

void* each_obj_data::data

Definition at line 3910 of file gc.c.

◆ each_obj_callback

each_obj_callback* each_obj_data::each_obj_callback

Definition at line 3908 of file gc.c.

◆ each_page_callback

each_page_callback* each_obj_data::each_page_callback

Definition at line 3909 of file gc.c.

◆ objspace

rb_objspace_t* each_obj_data::objspace

Definition at line 3905 of file gc.c.

◆ pages

struct heap_page** each_obj_data::pages[SIZE_POOL_COUNT]

Definition at line 3912 of file gc.c.

◆ pages_counts

size_t each_obj_data::pages_counts[SIZE_POOL_COUNT]

Definition at line 3913 of file gc.c.

◆ reenable_incremental

bool each_obj_data::reenable_incremental

Definition at line 3906 of file gc.c.


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