aboutsummaryrefslogtreecommitdiffstats
path: root/test/objspace
Commit message (Expand)AuthorAgeFilesLines
* Fix ObjectSpace.dump(obj, output: :stdout)Kazuhiro NISHIYAMA2020-10-031-7/+14
* Return nil when argument to ObjectSpace.internal_class_of is T_IMEMOAlan Wu2020-09-251-0/+5
* Optimize ObjectSpace.dump_allJean Boussier2020-09-091-0/+6
* Add a :since option to dump_allJean Boussier2020-09-091-0/+23
* Fix ObjectSpace.trace_object_allocations_stop to not raise if the tracepoint ...Jean Boussier2020-08-191-0/+9
* Reset object allocation trace informationAaron Patterson2020-08-181-0/+1
* Update references when tracing allocationsAaron Patterson2020-08-181-1/+1
* Disable debugging test.Koichi Sasada2020-08-181-1/+1
* Fix method name escaping in ObjectSpace.dumpJohn Hawthorn2020-08-171-0/+18
* Also escape DEL codeNobuyoshi Nakada2020-08-171-0/+1
* Fixed the radix for control charsNobuyoshi Nakada2020-08-171-0/+4
* Removed fragile tests in https://github.com/ruby/ruby/pull/3349Nobuyoshi Nakada2020-07-231-22/+0
* Avoid allocating a string when dumping an anonymous module or classJean Boussier2020-07-231-0/+27
* Suppress unused variable warningsNobuyoshi Nakada2019-06-301-1/+1
* Suppress unused variable warning with RUBYOPT=-wNobuyoshi Nakada2019-06-281-1/+1
* O_EXCL has no meaning for fdopenNobuyoshi Nakada2019-06-281-3/+3
* Disable frozen-string-literal to disable deduplicationNobuyoshi Nakada2019-06-231-2/+4
* Ignore warnings about ambiguous first argument of regexp with assert match.Hiroshi SHIBATA2019-06-011-10/+10
* fix imemo entry description.ko12019-02-131-0/+2
* ext/objspace/objspace_dump.c: print addresses consistentlynobu2018-10-091-0/+56
* Revert "ext/objspace/objspace_dump.c: print addresses consistently"naruse2018-10-091-56/+0
* ext/objspace/objspace_dump.c: print addresses consistentlytenderlove2018-10-081-0/+56
* io.c: encoding of ARGF.inplace_modenobu2017-10-101-1/+1
* ext/objspace/objspace.c: remove unneeded code clones.mame2017-09-171-0/+10
* fix mortal_dynamic_symbol countnobu2017-06-221-5/+10
* try to fix symbol duplication.ko12017-06-221-1/+1
* Add IMEMO type to heap dump output.tenderlove2017-01-311-0/+17
* adjust indent [ci skip]nobu2017-01-041-57/+62
* Add `full` option to `ObjectSpace.dump_all`tenderlove2017-01-031-0/+13
* Use JSON lines format for full heap dumps.tenderlove2016-09-161-1/+1
* dump to stdoutnobu2016-06-121-2/+9
* ObjectSpace.dump_all: valid JSONnobu2016-06-111-0/+13
* 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