Ruby 4.1.0dev (2026-04-17 revision 11e3c78b61da705c783dd12fb7f158c0d256ede0)
Data Fields
heap_page Struct Reference

Data Fields

struct free_slotfreelist
 
uintptr_t start
 
uint64_t slot_size_reciprocal
 
unsigned short slot_size
 
unsigned short total_slots
 
unsigned short free_slots
 
unsigned short final_slots
 
unsigned short pinned_slots
 
struct { 
 
   unsigned int   before_sweep: 1 
 
   unsigned int   has_remembered_objects: 1 
 
   unsigned int   has_uncollectible_wb_unprotected_objects: 1 
 
flags 
 
rb_heap_theap
 
struct heap_pagefree_next
 
struct heap_page_bodybody
 
struct ccan_list_node page_node
 
bits_t wb_unprotected_bits [HEAP_PAGE_BITMAP_LIMIT]
 
bits_t mark_bits [HEAP_PAGE_BITMAP_LIMIT]
 
bits_t uncollectible_bits [HEAP_PAGE_BITMAP_LIMIT]
 
bits_t marking_bits [HEAP_PAGE_BITMAP_LIMIT]
 
bits_t remembered_bits [HEAP_PAGE_BITMAP_LIMIT]
 
bits_t pinned_bits [HEAP_PAGE_BITMAP_LIMIT]
 
bits_t age_bits [HEAP_PAGE_BITMAP_LIMIT *RVALUE_AGE_BIT_COUNT]
 

Detailed Description

Definition at line 808 of file default.c.

Field Documentation

◆ age_bits

bits_t heap_page::age_bits[HEAP_PAGE_BITMAP_LIMIT *RVALUE_AGE_BIT_COUNT]

Definition at line 840 of file default.c.

◆ before_sweep

unsigned int heap_page::before_sweep

Definition at line 819 of file default.c.

◆ body

struct heap_page_body* heap_page::body

Definition at line 827 of file default.c.

◆ final_slots

unsigned short heap_page::final_slots

Definition at line 816 of file default.c.

◆ free_next

struct heap_page* heap_page::free_next

Definition at line 826 of file default.c.

◆ free_slots

unsigned short heap_page::free_slots

Definition at line 815 of file default.c.

◆ freelist

struct free_slot* heap_page::freelist

Definition at line 810 of file default.c.

◆ has_remembered_objects

unsigned int heap_page::has_remembered_objects

Definition at line 820 of file default.c.

◆ has_uncollectible_wb_unprotected_objects

unsigned int heap_page::has_uncollectible_wb_unprotected_objects

Definition at line 821 of file default.c.

◆ heap

rb_heap_t* heap_page::heap

Definition at line 824 of file default.c.

◆ mark_bits

bits_t heap_page::mark_bits[HEAP_PAGE_BITMAP_LIMIT]

Definition at line 832 of file default.c.

◆ marking_bits

bits_t heap_page::marking_bits[HEAP_PAGE_BITMAP_LIMIT]

Definition at line 834 of file default.c.

◆ page_node

struct ccan_list_node heap_page::page_node

Definition at line 828 of file default.c.

◆ pinned_bits

bits_t heap_page::pinned_bits[HEAP_PAGE_BITMAP_LIMIT]

Definition at line 839 of file default.c.

◆ pinned_slots

unsigned short heap_page::pinned_slots

Definition at line 817 of file default.c.

◆ remembered_bits

bits_t heap_page::remembered_bits[HEAP_PAGE_BITMAP_LIMIT]

Definition at line 836 of file default.c.

◆ slot_size

unsigned short heap_page::slot_size

Definition at line 813 of file default.c.

◆ slot_size_reciprocal

uint64_t heap_page::slot_size_reciprocal

Definition at line 812 of file default.c.

◆ start

uintptr_t heap_page::start

Definition at line 811 of file default.c.

◆ total_slots

unsigned short heap_page::total_slots

Definition at line 814 of file default.c.

◆ uncollectible_bits

bits_t heap_page::uncollectible_bits[HEAP_PAGE_BITMAP_LIMIT]

Definition at line 833 of file default.c.

◆ wb_unprotected_bits

bits_t heap_page::wb_unprotected_bits[HEAP_PAGE_BITMAP_LIMIT]

Definition at line 830 of file default.c.


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