index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
objspace
/
object_tracing.c
Age
Commit message (
Expand
)
Author
2024-12-23
use `st_update` to prevent table extension
Koichi Sasada
2024-12-16
Check whether object is valid in allocation_info_tracer_compact
Peter Zhu
2024-12-16
Fix ObjectSpace.trace_object_allocations for compaction
Peter Zhu
2024-12-16
Fix compaction check for ObjectSpace.trace_object_allocations
Peter Zhu
2023-02-09
Merge gc.h and internal/gc.h
Matt Valentine-House
2023-01-04
Fix crash in tracing object allocations
Peter Zhu
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2021-12-02
[Bug #18382] Fix crash in compaction for ObjectSpace.trace_object_allocations
Peter Zhu
2020-08-19
Fix ObjectSpace.trace_object_allocations_stop to not raise if the tracepoint ...
Jean Boussier
2020-08-18
Update references when tracing allocations
Aaron Patterson
2019-08-27
st_foreach now free from ANYARGS
卜部昌平
2018-09-07
ext/objspace/object_tracing.c (freeobj_i): fix missing assignment
nobu
2018-09-07
object_tracing.c: register TracePoint objects
nobu
2018-09-07
ext/objspace/object_tracing.c (freeobj_i): no lookup before delete
nobu
2018-09-07
ext/objspace/object_tracing.c: get rid of aliasing pointers
nobu
2017-08-14
Fix a class of a returned value
yui-knk
2016-10-26
[DOC] replace Fixnum with Integer [ci skip]
nobu
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-08-03
ext: get rid of inadvertent ID creation
nobu
2013-12-17
* ext/objspace/object_tracing.c: Fix typo in a variable name
a_matsuda
2013-12-09
object_tracing.c: fix allocation from NEWOBJ hook
nobu
2013-11-26
* ext/objspace/object_tracing.c (newobj_i): skip class_path if class
ko1
2013-11-09
* ext/objspace/object_tracing.c: use declarations in internal.h.
nari
2013-11-08
* ext/objspace/object_tracing.c: Add experimental methods to dump
tmm1
2013-11-07
* ext/objspace/object_tracing.c: [DOC] trace_object_allocations_stop
zzak
2013-10-17
* ext/objspace/object_tracing.c (newobj_i): fix memory leak.
ko1
2013-10-16
* ext/objspace/object_tracing.c (newobj_i): add workaround.
ko1
2013-10-16
* ext/objspace/object_tracing.c: add new method
ko1
2013-09-30
* ext/objspace/object_tracing.c: [DOC] Adjust rdoc formatting and fix
zzak
2013-09-30
* ext/objspace/object_tracing.c: [DOC] add some nots for
ko1
2013-09-30
* ext/objspace/object_tracing.c: add new 3 methods to control tracing.
ko1
2013-06-18
* ext/objspace/object_tracing.c: Return for ::allocation_generation
zzak
2013-06-18
* ext/objspace/object_tracing.c: Document object_tracing methods.
zzak
2013-06-18
* ext/objspace/object_tracing.c: Teach rdoc object_tracing.c [Bug #8537]
zzak
2013-06-06
* ext/objspace/object_tracing.c: rename allocation_info to
nari
2013-06-06
* ext/objspace/object_tracing.c: allocation_info function isn't
nari
2013-05-28
fix typo
tmm1
2013-05-28
object_tracing.c: fix argument type
nobu
2013-05-28
* ext/objspace/object_tracing.c: fix a bug reported at
ko1
2013-05-28
ext/objspace: unexpand Author keywords
nobu
2013-05-27
suppress warnings
nobu
2013-05-27
* include/ruby/ruby.h: rename RUBY_INTERNAL_EVENT_FREE to
ko1
2013-05-27
* ext/objspace/objspace.c: support ObjectSpace.trace_object_allocations.
ko1