Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Data Fields | |
short | total_slots |
short | free_slots |
short | pinned_slots |
short | final_slots |
struct { | |
unsigned int before_sweep: 1 | |
unsigned int has_remembered_objects: 1 | |
unsigned int has_uncollectible_shady_objects: 1 | |
unsigned int in_tomb: 1 | |
} | flags |
struct heap_page * | free_next |
RVALUE * | start |
RVALUE * | freelist |
struct 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 | pinned_bits [HEAP_PAGE_BITMAP_LIMIT] |
struct { ... } heap_page::flags |
RVALUE* heap_page::freelist |
Definition at line 839 of file gc.c.
Referenced by rb_gc_ractor_newobj_cache_clear().
bits_t heap_page::mark_bits[HEAP_PAGE_BITMAP_LIMIT] |
bits_t heap_page::marking_bits[HEAP_PAGE_BITMAP_LIMIT] |
bits_t heap_page::pinned_bits[HEAP_PAGE_BITMAP_LIMIT] |
RVALUE* heap_page::start |
Definition at line 838 of file gc.c.
Referenced by rb_gc_mark_locations().
bits_t heap_page::uncollectible_bits[HEAP_PAGE_BITMAP_LIMIT] |
bits_t heap_page::wb_unprotected_bits[HEAP_PAGE_BITMAP_LIMIT] |