|
Ruby
2.5.0dev(2017-10-22revision60238)
|
Data Fields | |
| struct heap_page * | prev |
| short | total_slots |
| short | free_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 heap_page * | next |
| 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] |
| struct { ... } heap_page::flags |
| bits_t heap_page::mark_bits[HEAP_PAGE_BITMAP_LIMIT] |
| bits_t heap_page::marking_bits[HEAP_PAGE_BITMAP_LIMIT] |
| bits_t heap_page::uncollectible_bits[HEAP_PAGE_BITMAP_LIMIT] |
| bits_t heap_page::wb_unprotected_bits[HEAP_PAGE_BITMAP_LIMIT] |
1.8.13