Ruby 4.0.0dev (2025-12-06 revision 180020e1e53b96a3080f3ac731cb32bbbdee31d5)
Data Fields
rb_heap_struct Struct Reference

Data Fields

short slot_size
 
bits_t slot_bits_mask
 
size_t total_allocated_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 final_slots_count
 
size_t freed_slots
 
size_t empty_slots
 
struct heap_pagefree_pages
 
struct ccan_list_head pages
 
struct heap_pagesweeping_page
 
struct heap_pagecompact_cursor
 
uintptr_t compact_cursor_index
 
struct heap_pagepooled_pages
 
size_t total_pages
 
size_t total_slots
 

Detailed Description

Definition at line 438 of file default.c.

Field Documentation

◆ compact_cursor

struct heap_page* rb_heap_struct::compact_cursor

Definition at line 457 of file default.c.

◆ compact_cursor_index

uintptr_t rb_heap_struct::compact_cursor_index

Definition at line 458 of file default.c.

◆ empty_slots

size_t rb_heap_struct::empty_slots

Definition at line 452 of file default.c.

◆ final_slots_count

size_t rb_heap_struct::final_slots_count

Definition at line 448 of file default.c.

◆ force_incremental_marking_finish_count

size_t rb_heap_struct::force_incremental_marking_finish_count

Definition at line 445 of file default.c.

◆ force_major_gc_count

size_t rb_heap_struct::force_major_gc_count

Definition at line 444 of file default.c.

◆ free_pages

struct heap_page* rb_heap_struct::free_pages

Definition at line 454 of file default.c.

◆ freed_slots

size_t rb_heap_struct::freed_slots

Definition at line 451 of file default.c.

◆ pages

struct ccan_list_head rb_heap_struct::pages

Definition at line 455 of file default.c.

◆ pooled_pages

struct heap_page* rb_heap_struct::pooled_pages

Definition at line 459 of file default.c.

◆ slot_bits_mask

bits_t rb_heap_struct::slot_bits_mask

Definition at line 440 of file default.c.

◆ slot_size

short rb_heap_struct::slot_size

Definition at line 439 of file default.c.

◆ sweeping_page

struct heap_page* rb_heap_struct::sweeping_page

Definition at line 456 of file default.c.

◆ total_allocated_objects

size_t rb_heap_struct::total_allocated_objects

Definition at line 446 of file default.c.

◆ total_allocated_pages

size_t rb_heap_struct::total_allocated_pages

Definition at line 443 of file default.c.

◆ total_freed_objects

size_t rb_heap_struct::total_freed_objects

Definition at line 447 of file default.c.

◆ total_pages

size_t rb_heap_struct::total_pages

Definition at line 460 of file default.c.

◆ total_slots

size_t rb_heap_struct::total_slots

Definition at line 461 of file default.c.


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