Search
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby
All Projects
Ruby
Overview
Activity
Roadmap
Issues
Repository
Like
«
Previous
|
Next
»
Revision dbe9e6a5
Added by
ko1 (Koichi Sasada)
over 11 years
ago
ID
dbe9e6a5f8ed9912c86f508b3f4a092d58c79188
Parent
65a56437
Child
7ae8d789
gc.c: fix gloval variable name.
Now we have following environments (and related variable names).
RUBY_GC_HEAP_INIT_SLOTS
RUBY_GC_HEAP_FREE_SLOTS
RUBY_GC_HEAP_GROWTH_FACTOR (new from 2.1)
RUBY_GC_HEAP_GROWTH_MAX_SLOTS (new from 2.1)
obsolete
RUBY_FREE_MIN -> RUBY_GC_HEAP_FREE_SLOTS (from 2.1)
RUBY_HEAP_MIN_SLOTS -> RUBY_GC_HEAP_INIT_SLOTS (from 2.1)
RUBY_GC_MALLOC_LIMIT
RUBY_GC_MALLOC_LIMIT_MAX (new from 2.1)
RUBY_GC_MALLOC_LIMIT_GROWTH_FACTOR (new from 2.1)
RUBY_GC_OLDSPACE_LIMIT (new from 2.1)
RUBY_GC_OLDSPACE_LIMIT_MAX (new from 2.1)
RUBY_GC_OLDSPACE_LIMIT_GROWTH_FACTOR (new from 2.1)
test/ruby/test_gc.rb: catch up this change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Loading...
Now we have following environments (and related variable names).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e