|
Ruby 3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
|
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 |