aboutsummaryrefslogtreecommitdiffstats
path: root/ext/objspace/object_tracing.c
Commit message (Expand)AuthorAgeFilesLines
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-2/+1
* ext: get rid of inadvertent ID creationnobu2014-08-031-1/+4
* * ext/objspace/object_tracing.c: Fix typo in a variable namea_matsuda2013-12-171-3/+3
* object_tracing.c: fix allocation from NEWOBJ hooknobu2013-12-091-1/+1
* * ext/objspace/object_tracing.c (newobj_i): skip class_path if classko12013-11-261-1/+1
* * ext/objspace/object_tracing.c: use declarations in internal.h.nari2013-11-091-2/+1
* * ext/objspace/object_tracing.c: Add experimental methods to dumptmm12013-11-081-14/+7
* * ext/objspace/object_tracing.c: [DOC] trace_object_allocations_stopzzak2013-11-071-2/+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/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/object_tracing.c: Teach rdoc object_tracing.c [Bug #8537]zzak2013-06-181-0/+4
* * 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
* fix typotmm12013-05-281-1/+1
* object_tracing.c: fix argument typenobu2013-05-281-1/+1
* * ext/objspace/object_tracing.c: fix a bug reported atko12013-05-281-34/+85
* ext/objspace: unexpand Author keywordsnobu2013-05-281-1/+1
* suppress warningsnobu2013-05-271-1/+1
* * include/ruby/ruby.h: rename RUBY_INTERNAL_EVENT_FREE toko12013-05-271-1/+1
* * ext/objspace/objspace.c: support ObjectSpace.trace_object_allocations.ko12013-05-271-0/+196