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 |
| VALUE | gc_stress |
Definition at line 135 of file gc.c.
| unsigned int ruby_gc_params_t::growth_max_slots |
| unsigned int ruby_gc_params_t::heap_free_slots |
| 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().
| unsigned int ruby_gc_params_t::malloc_limit_max |
| unsigned int ruby_gc_params_t::malloc_limit_min |
Definition at line 141 of file gc.c.
Referenced by gc_before_sweep(), rb_objspace_alloc(), and ruby_gc_set_params().
| unsigned int ruby_gc_params_t::oldmalloc_limit_max |
| 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().
1.4.7