Definition at line 574 of file default.c.
◆ compact_count
| size_t rb_objspace::compact_count |
◆ compare_func
| gc_compact_compare_func rb_objspace::compare_func |
◆ considered_count_table
| size_t rb_objspace::considered_count_table[T_MASK] |
◆ count
| size_t rb_objspace::count |
◆ counters
◆ current_record
◆ dont_gc
| unsigned int rb_objspace::dont_gc |
◆ dont_incremental
| unsigned int rb_objspace::dont_incremental |
◆ during_compacting
| unsigned int rb_objspace::during_compacting |
◆ during_gc
| unsigned int rb_objspace::during_gc |
◆ during_global_gc
| unsigned int rb_objspace::during_global_gc |
◆ during_incremental_marking
| unsigned int rb_objspace::during_incremental_marking |
◆ during_minor_gc
| unsigned int rb_objspace::during_minor_gc |
◆ during_postmortem
| unsigned int rb_objspace::during_postmortem |
◆ during_reference_updating
| unsigned int rb_objspace::during_reference_updating |
◆ empty_pages
◆ empty_pages_count
| size_t rb_objspace::empty_pages_count |
◆ finalizer_table
◆ finalizing
◆ gc_lock_barrier
| unsigned int rb_objspace::gc_lock_barrier |
◆ gc_mark_phase_wall_start_time
| rb_hrtime_t rb_objspace::gc_mark_phase_wall_start_time |
◆ gc_pause_start_time
| rb_hrtime_t rb_objspace::gc_pause_start_time |
◆ gc_stop_time
| rb_hrtime_t rb_objspace::gc_stop_time |
◆ gc_stw_start_time
| rb_hrtime_t rb_objspace::gc_stw_start_time |
◆ gc_sweep_excluded_wall_time
| rb_hrtime_t rb_objspace::gc_sweep_excluded_wall_time |
◆ gc_sweep_phase_wall_start_time
| rb_hrtime_t rb_objspace::gc_sweep_phase_wall_start_time |
◆ gc_sweep_start_time
| double rb_objspace::gc_sweep_start_time |
◆ gc_sweep_wall_start_time
| rb_hrtime_t rb_objspace::gc_sweep_wall_start_time |
◆ gc_wall_start_time
| rb_hrtime_t rb_objspace::gc_wall_start_time |
◆ heaps
◆ hook_events
◆ immediate_sweep
| unsigned int rb_objspace::immediate_sweep |
◆ incremental_mark_step_allocated_slots
| size_t rb_objspace::incremental_mark_step_allocated_slots |
◆ invoke_time
| double rb_objspace::invoke_time |
◆ invoke_wall_time
| rb_hrtime_t rb_objspace::invoke_wall_time |
◆ last_cycle_pinned
| unsigned char rb_objspace::last_cycle_pinned |
◆ last_major_gc
| size_t rb_objspace::last_major_gc |
◆ latest_gc_info
| unsigned int rb_objspace::latest_gc_info |
◆ limit
| size_t rb_objspace::limit |
◆ lock
| rb_nativethread_lock_t rb_objspace::lock |
◆ major_gc_count
| size_t rb_objspace::major_gc_count |
◆ mark_stack
◆ marked_slots
| size_t rb_objspace::marked_slots |
◆ marking_start_time
| struct timespec rb_objspace::marking_start_time |
◆ marking_time_ns
| unsigned long long rb_objspace::marking_time_ns |
◆ max_records
| size_t rb_objspace::max_records |
◆ measure_gc
| unsigned int rb_objspace::measure_gc |
◆ minor_gc_count
| size_t rb_objspace::minor_gc_count |
◆ mode
| unsigned int rb_objspace::mode |
◆ moved_count_table
| size_t rb_objspace::moved_count_table[T_MASK] |
◆ moved_down_count_table
| size_t rb_objspace::moved_down_count_table[T_MASK] |
◆ moved_up_count_table
| size_t rb_objspace::moved_up_count_table[T_MASK] |
◆ need_major_gc
| int rb_objspace::need_major_gc |
◆ next_index
| size_t rb_objspace::next_index |
◆ old_objects
| size_t rb_objspace::old_objects |
◆ old_objects_limit
| size_t rb_objspace::old_objects_limit |
◆ parent_object
| VALUE rb_objspace::parent_object |
◆ parent_object_old_p
| bool rb_objspace::parent_object_old_p |
◆ pooled_slots
| size_t rb_objspace::pooled_slots |
◆ read_barrier_faults
| size_t rb_objspace::read_barrier_faults |
◆ record_count
| size_t rb_objspace::record_count |
◆ record_sequence
| size_t rb_objspace::record_sequence |
◆ records
◆ run
◆ shareable_objects
| size_t rb_objspace::shareable_objects |
◆ shareable_objects_limit
| size_t rb_objspace::shareable_objects_limit |
◆ size
◆ step_slots
| size_t rb_objspace::step_slots |
◆ sweeping_start_time
| struct timespec rb_objspace::sweeping_start_time |
◆ sweeping_time_ns
| unsigned long long rb_objspace::sweeping_time_ns |
◆ total_moved
| size_t rb_objspace::total_moved |
◆ uncollectible_wb_unprotected_objects
| size_t rb_objspace::uncollectible_wb_unprotected_objects |
◆ uncollectible_wb_unprotected_objects_limit
| size_t rb_objspace::uncollectible_wb_unprotected_objects_limit |
◆ user_gc_disabled
| unsigned int rb_objspace::user_gc_disabled |
◆ weak_references_count
| size_t rb_objspace::weak_references_count |
The documentation for this struct was generated from the following file: