aboutsummaryrefslogtreecommitdiffstats
path: root/test/objspace
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* objspace_dump.c: special constnobu2015-10-191-5/+11
* fix typos [ci skip]kazu2015-10-151-1/+1
* * test/objspace/test_objspace.rbnagachika2015-10-141-0/+4
* * ext/objspace/objspace.c: add a new method ObjectSpace.count_symbols.ko12015-08-211-0/+11
* iseq.c (iseq_memsize): reimplement for wrappernormal2015-08-121-0/+6
* * ext/objspace/objspace_dump.c(dump_object): Return empty JSON object whensorah2015-06-201-0/+9
* * test/objspace/test_objspace.rb: relax pattern because uncollectibleko12015-06-161-1/+1
* * ext/objspace/objspace.c: add two methods to debug internals.ko12015-05-281-0/+51
* * test/objspace/test_objspace.rb: remove debug prints.ko12015-04-101-2/+0
* * ext/objspace/objspace.c: add ObjectSpace.count_imemo_objects methodko12015-04-101-0/+11
* test_objspace.rb: skip test_count_nodesnobu2015-04-011-4/+4
* * test/objspace/test_objspace.rb: flag name was changedko12015-03-181-1/+1
* test_objspace.rb: better assertionsnobu2015-03-131-6/+6
* * ext/objspace/objspace.c: ObjectSpace.memsize_of(obj) returnsko12014-12-151-1/+2
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * gc.c: add incremental GC algorithm. [Feature #10137]ko12014-09-081-1/+1
* * test/objspace/test_objspace.rb (TestObjSpace#test_dump_uninitialized_file):ktsj2014-03-111-5/+4
* ext/objspace: Check fptr before trying to dump FILE object fdcharliesome2014-03-101-0/+11
* objspace_dump.c: include object's gc flags in dumptmm12013-12-101-0/+7
* test_objspace.rb: show errornobu2013-12-051-0/+1
* ext/objspace: remove OS.after_gc_start_hook= and move internal testtmm12013-12-051-19/+0
* string.c: fix memsize of frozen shared stringnobu2013-11-261-0/+8
* * ext/objspace/objspace_dump.c: test fixes and win32 compatibilitytmm12013-11-241-5/+8
* objspace_dump.c: refine outputnobu2013-11-141-4/+26
* test_objspace.rb: assertion for temporary filenobu2013-11-091-0/+14
* * test/objspace/test_objspace.rb (test_dump_all): Make the test stringakr2013-11-091-2/+2
* * ext/objspace/object_tracing.c: Add experimental methods to dumptmm12013-11-081-0/+27
* * ext/objspace/objspace.c: add a new method `reachable_objects_from_root'.ko12013-10-161-0/+12
* vm_trace.c: fix infinite hooknobu2013-10-101-0/+19
* * ext/objspace/object_tracing.c: add new 3 methods to control tracing.ko12013-09-301-1/+34
* * ext/objspace/object_tracing.c: fix a bug reported atko12013-05-281-4/+17
* * ext/objspace/objspace.c: support ObjectSpace.trace_object_allocations.ko12013-05-271-0/+18
* use long_ary to suppress warningnaruse2013-04-021-1/+1
* objspace.c: newly added nodesnobu2013-03-051-1/+3
* Use assert_separately to speed up slow testsnaruse2012-12-141-0/+4
* * ext/objspace/objspace.c (iow_size): return size of internal objectko12012-12-081-0/+10
* test_objspace.rb: refinenobu2012-10-061-5/+3
* * ext/objspace/objspace.c: add ObjectSpace#reachable_objects_from.ko12012-10-051-0/+26
* * io.c (argf_type): make typed data.nobu2011-12-151-0/+12
* * regcomp.c (onig_region_memsize): implemented for memsize_of().nobu2011-12-151-0/+4
* * ext/objspace/objspace.c (ObjectSpace.memsize_of_all): renameko12010-10-281-2/+7
* * ext/objspace/objspace.c (memsize_of): fix rdoc.ko12010-10-271-0/+6
* * test/objspace/test_objspace.rb: added test for objspace.nari2010-08-141-0/+44