aboutsummaryrefslogtreecommitdiffstats
path: root/ext/objspace
Commit message (Expand)AuthorAgeFilesLines
* ext: get rid of inadvertent ID creationnobu2014-08-033-4/+9
* * ext/objspace/objspace_dump.c (dump_append): avoid fflush.shyouhei2014-07-261-1/+0
* ext/objspace: Check fptr before trying to dump FILE object fdcharliesome2014-03-101-1/+2
* * ext/objspace/objspace_dump.c (dump_object): use STR_SHARED_P()ko12014-02-051-1/+1
* * string.c: remvoe STR_ASSOC related code.ko12014-02-041-2/+0
* * ext/objspace/object_tracing.c: Fix typo in a variable namea_matsuda2013-12-171-3/+3
* * ext/objspace/objspace.c (reachable_object_from_root_i): useko12013-12-161-0/+2
* * ext/objspace/objspace.c (reachable_object_from_root_i):ko12013-12-151-1/+3
* objspace_dump.c: include object's gc flags in dumptmm12013-12-101-0/+17
* object_tracing.c: fix allocation from NEWOBJ hooknobu2013-12-091-1/+1
* ext/objspace: remove OS.after_gc_start_hook= and move internal testtmm12013-12-052-97/+0
* gc.c: split GC_END event into GC_END_MARK and GC_END_SWEEPtmm12013-12-051-8/+0
* * ext/objspace/object_tracing.c (newobj_i): skip class_path if classko12013-11-261-1/+1
* * ext/objspace/objspace_dump.c (dump_append_string_value): Escapetmm12013-11-261-1/+6
* * NEWS: Add ObjectSpace.after_gc_{start,end}_hook=tmm12013-11-251-3/+3
* * ext/objspace/objspace_dump.c: test fixes and win32 compatibilitytmm12013-11-241-2/+2
* objspace_dump.c: refine outputnobu2013-11-142-20/+19
* * internal.h: move common string/hash flags to include file.tmm12013-11-111-14/+0
* objspace_dump.c: fix declarationnobu2013-11-091-1/+1
* * ext/objspace/object_tracing.c: use declarations in internal.h.nari2013-11-092-4/+1
* objspace_dump.c: fix portability issuenobu2013-11-092-1/+13
* objspace_dump.c: extract output option utilitiesnobu2013-11-091-45/+44
* objspace_dump.c: suppress warningsnobu2013-11-091-3/+1
* objspace_dump.c: indentnobu2013-11-091-91/+91
* * ext/objspace/object_tracing.c: Add experimental methods to dumptmm12013-11-085-14/+447
* * ext/objspace/object_tracing.c: [DOC] trace_object_allocations_stopzzak2013-11-071-2/+2
* * gc.c: add support to estimate increase of oldspace memory usage.ko12013-11-051-127/+5
* * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko12013-10-291-0/+1
* * common.mk, ext/objspace/depend, ext/coverage/depend,akr2013-10-281-0/+2
* * ext/objspace/object_tracing.c (newobj_i): fix memory leak.ko12013-10-171-2/+7
* * ext/objspace/object_tracing.c (newobj_i): add workaround.ko12013-10-161-2/+2
* * ext/objspace/object_tracing.c: add new methodko12013-10-161-6/+76
* * ext/objspace/objspace.c: add a new method `reachable_objects_from_root'.ko12013-10-161-0/+65
* * ext/objspace/gc_hook.c: prohibit reentrant.ko12013-10-111-5/+28
* * ext/objspace/objspace.c: [DOC] Cleaned up many rdoc formattingzzak2013-09-301-55/+57
* * ext/objspace/object_tracing.c: [DOC] Adjust rdoc formatting and fixzzak2013-09-301-6/+5
* * ext/objspace/object_tracing.c: [DOC] add some nots forko12013-09-301-1/+4
* * ext/objspace/object_tracing.c: add new 3 methods to control tracing.ko12013-09-301-37/+109
* * ext/objspace/object_tracing.c: Return for ::allocation_generationzzak2013-06-181-1/+1
* * ext/objspace/object_tracing.c: Document object_tracing methods.zzak2013-06-181-0/+98
* * ext/objspace/objspace.c: Document ObjectSpace::InternalObjectWrapper.zzak2013-06-181-0/+12
* * ext/objspace/object_tracing.c: Teach rdoc object_tracing.c [Bug #8537]zzak2013-06-181-0/+4
* * ext/objspace/objspace.c: rdoc on require to overview from r41355zzak2013-06-181-6/+2
* * ext/objspace/objspace.c: let rdoc know about objspace methods.eregon2013-06-171-2/+11
* * gc.c (ObjectSpace): is a module not a class.eregon2013-06-171-1/+6
* * ext/objspace/object_tracing.c: rename allocation_info tonari2013-06-061-6/+6
* * ext/objspace/object_tracing.c: allocation_info function isn'tnari2013-06-061-1/+1
* * ext/objspace/objspace.c: improve wording and remove duplicated comment.eregon2013-06-041-20/+9
* fix typotmm12013-05-281-1/+1
* object_tracing.c: fix argument typenobu2013-05-281-1/+1