Ruby 3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
rb_size_pool_struct Struct Reference

Data Fields

short slot_size
 
size_t allocatable_pages
 
size_t total_allocated_pages
 
size_t total_freed_pages
 
size_t force_major_gc_count
 
size_t force_incremental_marking_finish_count
 
size_t total_allocated_objects
 
size_t total_freed_objects
 
size_t freed_slots
 
size_t empty_slots
 
rb_heap_t eden_heap
 
rb_heap_t tomb_heap
 

Detailed Description

Definition at line 775 of file gc.c.

Field Documentation

◆ allocatable_pages

size_t rb_size_pool_struct::allocatable_pages

Definition at line 778 of file gc.c.

◆ eden_heap

rb_heap_t rb_size_pool_struct::eden_heap

Definition at line 792 of file gc.c.

◆ empty_slots

size_t rb_size_pool_struct::empty_slots

Definition at line 790 of file gc.c.

◆ force_incremental_marking_finish_count

size_t rb_size_pool_struct::force_incremental_marking_finish_count

Definition at line 784 of file gc.c.

◆ force_major_gc_count

size_t rb_size_pool_struct::force_major_gc_count

Definition at line 783 of file gc.c.

◆ freed_slots

size_t rb_size_pool_struct::freed_slots

Definition at line 789 of file gc.c.

◆ slot_size

short rb_size_pool_struct::slot_size

Definition at line 776 of file gc.c.

◆ tomb_heap

rb_heap_t rb_size_pool_struct::tomb_heap

Definition at line 793 of file gc.c.

◆ total_allocated_objects

size_t rb_size_pool_struct::total_allocated_objects

Definition at line 785 of file gc.c.

◆ total_allocated_pages

size_t rb_size_pool_struct::total_allocated_pages

Definition at line 781 of file gc.c.

◆ total_freed_objects

size_t rb_size_pool_struct::total_freed_objects

Definition at line 786 of file gc.c.

◆ total_freed_pages

size_t rb_size_pool_struct::total_freed_pages

Definition at line 782 of file gc.c.


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