aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_gc.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-2/+0
* * test/ruby/test_gc.rb: fix condition.ko12014-09-101-2/+2
* * gc.c (gc_stat_internal): rename `heap_used' to `heap_allocated_pages'.ko12014-09-101-0/+13
* * test/ruby/test_gc.rb: catch up last fix.ko12014-09-101-4/+4
* * gc.c (rb_objspace_t::heap_pages): rename field names:ko12014-09-091-5/+5
* * gc.c: fix major GC flags.ko12014-07-241-2/+2
* * gc.c: support `USE_RGENGC == 0'.ko12014-06-301-11/+20
* * gc.c: invoke GC before memory allocation (xmalloc/xrealloc)ko12014-06-101-0/+18
* * test/ruby/test_gc.rb: allocate more objects to invoke GC by newobj.ko12014-06-031-1/+2
* * test/ruby/test_gc.rb: more long timeout.ko12014-04-091-1/+1
* gc.c: avoid inadvertent pin-downnobu2014-03-301-0/+5
* * test/ruby/test_gc.rb: ignore warning messages for running with -wko12014-02-171-1/+1
* * gc.c: introduce new environment variableko12014-02-171-0/+10
* test_gc.rb: relax assertionnobu2014-01-151-1/+1
* test/ruby/test_gc.rb: use GC.stat(:key) instead of GC.statkazu2014-01-041-1/+1
* test_gc.rb: fix syntax errornobu2013-12-181-2/+2
* test_gc.rb: refine assertionnobu2013-12-181-2/+2
* * test/ruby/test_gc.rb (test_expand_heap): allow +/-1 diff.ko12013-12-181-2/+3
* vm_trace.c: isolate exceptionsnobu2013-12-171-0/+13
* * gc.c: introduce GC.verify_internal_consistency method to verify GCko12013-12-161-0/+4
* test/ruby: better assertionsnobu2013-12-131-1/+1
* gc.c: add minor marking and lazy sweeping options to GC.starttmm12013-12-061-0/+16
* test_gc.rb: expand timeoutnobu2013-12-051-1/+1
* gc.c: add GC.latest_gc_info()tmm12013-12-051-11/+15
* gc.c: expose GC.stat() to C-api via rb_gc_stat()tmm12013-12-051-0/+6
* test_gc.rb: shortennobu2013-12-051-1/+1
* gc.c: flush all deferred finalizersnobu2013-12-051-0/+14
* * test/ruby/test_gc.rb (test_gc_reason): Force minor GC by consumingtmm12013-11-301-1/+2
* * gc.c: Expose details about last garbage collection via GC.stat.tmm12013-11-281-0/+20
* * test/ruby/test_gc.rb (class TestGc): Fix warning intmm12013-11-271-1/+1
* * gc.c (Init_GC): Add new GC::INTERNAL_CONSTANTS for information abouttmm12013-11-271-0/+5
* * gc.c (gc_stat): add new information heap_eden_page_length andko12013-11-271-5/+6
* * gc.c (gc_stat): add internal information.ko12013-11-241-3/+3
* * test/ruby/test_gc.rb: catch up last commit.ko12013-11-241-6/+6
* * gc.c: fix gloval variable name.ko12013-11-231-7/+23
* * gc.c (gc_profile_total_time): fix off-by-one error in GC::Profiler.total_time.tmm12013-10-291-0/+10
* * gc.c: add new initial_growth_max tuning parameter. [ruby-core:57928] [Bug ...tmm12013-10-231-1/+3
* gc.c: add objspace_free_num and make GC.stat[:heap_free_num] use ittmm12013-10-041-0/+7
* * gc.c: add two GC tuning environment variables.ko12013-09-271-2/+12
* * gc.c: Improve accuracy of objspace_live_num() andnari2013-03-181-0/+6
* * gc.c: Avoid unnecessary heap growth. patched by tmm1(Aman Gupta).nari2013-03-181-0/+14
* * gc.c: allow to tune growth of heap by environment variablenari2013-03-131-0/+6
* Use assert_separately to speed up slow testsnaruse2012-12-141-2/+2
* * gc.c (rb_objspace_call_finalizer): finalize_deferred may free upnari2012-11-291-0/+6
* * test/ruby/test_gc.rb (test_profiler_clear): fix wrong methodnari2012-11-211-2/+2
* * gc.c (gc_profile_clear): realloc profile records if its size isnari2012-11-211-0/+16
* * gc.c: return true or false. Patch by Dirkjan Bussink. [Bug #6821]nari2012-08-021-0/+9
* Suppress warning: method redefined.naruse2012-05-291-0/+1
* * gc.c (obj_free): doesn't free a method table if it doesn'tnari2012-05-281-0/+14
* Run separate process this GC.stress test.naruse2012-04-181-5/+2