Data Fields | |
| unsigned int | heap_init_slots |
| unsigned int | heap_free_slots |
| double | growth_factor |
| unsigned int | growth_max_slots |
| double | oldobject_limit_factor |
| unsigned int | malloc_limit_min |
| unsigned int | malloc_limit_max |
| double | malloc_limit_growth_factor |
| unsigned int | oldmalloc_limit_min |
| unsigned int | oldmalloc_limit_max |
| double | oldmalloc_limit_growth_factor |
Definition at line 135 of file gc.c.
Definition at line 138 of file gc.c.
Referenced by heap_set_increment(), and ruby_gc_set_params().
| unsigned int ruby_gc_params_t::growth_max_slots |
Definition at line 139 of file gc.c.
Referenced by heap_set_increment(), and ruby_gc_set_params().
| unsigned int ruby_gc_params_t::heap_free_slots |
Definition at line 137 of file gc.c.
Referenced by gc_before_sweep(), and ruby_gc_set_params().
| unsigned int ruby_gc_params_t::heap_init_slots |
Definition at line 136 of file gc.c.
Referenced by gc_before_sweep(), gc_set_initial_pages(), Init_heap(), and ruby_gc_set_params().
Definition at line 143 of file gc.c.
Referenced by gc_before_sweep(), and ruby_gc_set_params().
| unsigned int ruby_gc_params_t::malloc_limit_max |
Definition at line 142 of file gc.c.
Referenced by gc_before_sweep(), and ruby_gc_set_params().
| unsigned int ruby_gc_params_t::malloc_limit_min |
Definition at line 141 of file gc.c.
Referenced by gc_before_sweep(), and ruby_gc_set_params().
Definition at line 146 of file gc.c.
Referenced by gc_before_sweep(), and ruby_gc_set_params().
| unsigned int ruby_gc_params_t::oldmalloc_limit_max |
Definition at line 145 of file gc.c.
Referenced by gc_before_sweep(), and ruby_gc_set_params().
| unsigned int ruby_gc_params_t::oldmalloc_limit_min |
Definition at line 144 of file gc.c.
Referenced by gc_before_sweep(), Init_heap(), and ruby_gc_set_params().
Definition at line 140 of file gc.c.
Referenced by gc_marks(), and ruby_gc_set_params().
1.6.1