Ruby 3.1.4p223 (2023-03-30 revision HEAD)
Data Fields
rb_size_pool_struct Struct Reference

Data Fields

short slot_size
 
size_t allocatable_pages
 
rb_heap_t eden_heap
 
rb_heap_t tomb_heap
 

Detailed Description

Definition at line 682 of file gc.c.

Field Documentation

◆ allocatable_pages

size_t rb_size_pool_struct::allocatable_pages

Definition at line 685 of file gc.c.

◆ eden_heap

rb_heap_t rb_size_pool_struct::eden_heap

Definition at line 696 of file gc.c.

◆ slot_size

short rb_size_pool_struct::slot_size

Definition at line 683 of file gc.c.

◆ tomb_heap

rb_heap_t rb_size_pool_struct::tomb_heap

Definition at line 697 of file gc.c.


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