Ruby 3.2.1p31 (2023-02-08 revision 31819e82c88c6f8ecfaeb162519bfa26a14b21fd)
|
Data Fields | |
struct heap_page * | free_pages |
struct ccan_list_head | pages |
struct heap_page * | sweeping_page |
struct heap_page * | compact_cursor |
uintptr_t | compact_cursor_index |
size_t | total_pages |
size_t | total_slots |
struct ccan_list_head rb_heap_struct::pages |