gc.c: add GC parameters to configure the following values:
Before this change, these values are hard coded.
gc.c (ruby_gc_params_t): ditto.
gc.c (ruby_gc_set_params): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
gc.c: add GC parameters to configure the following values:
allocate additional pages when free slots is lower than
the value (total_slots * (this ratio)).
allow to free pages when free slots is greater thatn
the value (total_slots * (this ratio)).
Before this change, these values are hard coded.
gc.c (ruby_gc_params_t): ditto.
gc.c (ruby_gc_set_params): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e